@shopify/polaris-viz
Advanced tools
Comparing version
@@ -5,2 +5,16 @@ # Changelog | ||
## [0.19.0-9] - 2021-09-08 | ||
### Added | ||
- Added `xAxisOption.hide` option in `<LineChart>` to override the theme option. | ||
### Changes | ||
- yAxis labels now default to right aligned in `<MultiSeriesBarChart>`. | ||
### Fixed | ||
- Fixed overflow issue on tallest bars in `<MultiSeriesBarChart>`. | ||
## [0.19.0-1] - 2021-09-01 | ||
@@ -7,0 +21,0 @@ ### Added |
{ | ||
"name": "@shopify/polaris-viz", | ||
"description": "Shopify’s viz component library", | ||
"version": "0.19.0-6", | ||
"version": "0.19.0-8", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -26,2 +26,3 @@ import type { DataSeries, Data, LineStyle, StringLabelFormatter, NumberLabelFormatter, Color } from '../../types'; | ||
useMinimalLabels: boolean; | ||
hide: boolean; | ||
} | ||
@@ -28,0 +29,0 @@ export interface YAxisOptions { |
@@ -8,3 +8,2 @@ /// <reference types="react" /> | ||
width: number; | ||
height: number; | ||
data: number[]; | ||
@@ -21,3 +20,3 @@ colors: Color[]; | ||
} | ||
export declare function BarGroup({ x, data, yScale, width, colors, height, onFocus, barGroupIndex, ariaLabel, hasRoundedCorners, isSubdued, zeroAsMinHeight, isAnimated, rotateZeroBars, }: Props): JSX.Element; | ||
export declare function BarGroup({ x, data, yScale, width, colors, onFocus, barGroupIndex, ariaLabel, hasRoundedCorners, isSubdued, zeroAsMinHeight, isAnimated, rotateZeroBars, }: Props): JSX.Element; | ||
export {}; |
@@ -51,2 +51,3 @@ import type { Theme } from './types'; | ||
export declare const MASK_SUBDUE_COLOR = "#434343"; | ||
export declare const SUBDUE_OPACITY = 0.4; | ||
export declare const colorSky: string; | ||
@@ -53,0 +54,0 @@ export declare const colorWhite: string; |
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 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 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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1025218
-0.2%15308
-0.32%