@data-ui/theme
This package exports theme variables that can be used by other packages. On the roadmap is a more comprehensive theme for non-svg data-ui elements.
npm install --save @data-ui/theme
import { font, svgFont, label, size, color, chartTheme } from `@data-ui/theme`;
v0.0.62
Makes the following changes to @data-ui/xy-chart
#113
🏆 Enhancements
-
Adds a new <AreaDifferenceSeries />
to shade the area between two different <AreaSeries />
based on which one has the larger value. This uses @vx
's "Threshold" visualization
-
Adds an example to the Storybook
📜 Documentation
- Updates documentation to include
<AreaDifferenceSeries />
🏠 Internal
- uses
@data-ui/build-config
for linting + prettier in the demo
package
Changes:
- @data-ui/theme: 0.0.61 => 0.0.62
- @data-ui/demo: 0.0.61 => 0.0.62 (private)
- @data-ui/event-flow: 0.0.61 => 0.0.62
- @data-ui/histogram: 0.0.61 => 0.0.62
- @data-ui/network: 0.0.61 => 0.0.62
- @data-ui/radial-chart: 0.0.61 => 0.0.62
- @data-ui/shared: 0.0.61 => 0.0.62
- @data-ui/sparkline: 0.0.61 => 0.0.62
- @data-ui/xy-chart: 0.0.61 => 0.0.62