@shopify/polaris-viz
Advanced tools
Comparing version 0.19.0-5 to 0.19.0-6
@@ -9,2 +9,4 @@ # Changelog | ||
- Added `Light` theme. | ||
- Export `Color` type. | ||
- `<LineChartTooltipContent>` now uses series colors. | ||
@@ -19,2 +21,4 @@ ### Changed | ||
- Non-solid lines in `<LineChart />` were not being set to `dottedStrokeColor` correctly. | ||
- Fixed wrong color being applied when `lineType` was not provided. | ||
## [0.19.0-0] - 2021-08-31 | ||
@@ -21,0 +25,0 @@ ### Added |
{ | ||
"name": "@shopify/polaris-viz", | ||
"description": "Shopify’s viz component library", | ||
"version": "0.19.0-5", | ||
"version": "0.19.0-6", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -7,5 +7,5 @@ /// <reference types="react" /> | ||
label: string; | ||
value: string; | ||
value: string | number; | ||
}; | ||
color: Color; | ||
color?: Color; | ||
lineStyle: LineStyle; | ||
@@ -12,0 +12,0 @@ } |
@@ -5,2 +5,2 @@ export { Sparkline, Sparkbar, NormalizedStackedBarChart, BarChart, BarChartTooltipContent, LineChart, LineChartTooltipContent, StackedAreaChart, Legend, MultiSeriesBarChart, TooltipContent, LinePreview, SquareColorPreview, PolarisVizProvider, } from './components'; | ||
export { createTheme } from './utilities/create-themes'; | ||
export type { GradientStop } from './types'; | ||
export type { GradientStop, Color } from './types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1027255
15357