Integration: Data Visualization #2697
Labels
documentation
Improvements or additions to documentation
feature request
Request a feature or introduce and update to the project.
Milestone
Describe the feature in detail (code, mocks, or screenshots encouraged)
Now the radial and conic gradients are handled as Tailwind features, rather than a dedicated component, we should still aim to provide support for data visualization elements. At least to replace the way conic gradient was used in v2 and prior.
This might include:
In order to handle the variety of options and configurations folks might need, my recommendation is we push folks towards a third-party solution, but pair it with Skeleton styles (Skeleton colors). For this we could use:
As such, we should aim to make an opinionated choice and showcase how it can be integrated (ala Lucide for icons). In most cases, it should be as simple as passing the appropriate CSS Custom Properties to define the colors.
Provide relevant links or additional information.
For Chart.css, setting colors might work like this:
Technology
The three standard options typically revolve around these three types of tech:
fill-
colors here)The text was updated successfully, but these errors were encountered: