Show design guidelines
Full chart-region skeleton: title, axes, axis labels, and scatter -style data dots. Set x-axis-label-count , y-axis-label-count , and data-count to mirror the final chart. Use is-random-data to either keep dot positions deterministic (default) or re-randomize on each render (for a more “live” placeholder).
Framework HTML React Angular
dataCount
Attribute data-countType numberDefault 10Required falseDescription Number of data point loaders to display in the scatter plot
height
Attribute heightType stringDefault '100%'Required falseDescription Height can accept any valid CSS value
isRandomData
Attribute is-random-dataType booleanDefault falseRequired falseDescription Whether to use random positions / values for the loader “data”
variant
Attribute variantType "scatter"Default 'scatter'Required falseDescription Choose among the set of skeleton chart types available as variants
width
Attribute widthType stringDefault '100%'Required falseDescription Width can accept any valid CSS value
xAxisLabelCount
Attribute x-axis-label-countType numberDefault 6Required falseDescription Number of x-axis label loaders to display
yAxisLabelCount
Attribute y-axis-label-countType numberDefault 6Required falseDescription Number of y-axis label loaders to display
There are no events available for this component
There are no public methods available for this component
There are no slots available for this component