@opendata-ai/openchart-core 2.12.2 → 2.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -241,8 +241,8 @@
241
241
 
242
242
  .viz-chart {
243
243
  font-family: var(--viz-font-family);
244
+ display: block;
244
245
  width: 100%;
245
- height: 100%;
246
246
  }
247
247
 
248
248
  /* ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendata-ai/openchart-core",
3
- "version": "2.12.2",
3
+ "version": "2.13.1",
4
4
  "description": "Types, theme, colors, accessibility, and utilities for openchart",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Riley Hilliard",
@@ -241,8 +241,8 @@
241
241
 
242
242
  .viz-chart {
243
243
  font-family: var(--viz-font-family);
244
+ display: block;
244
245
  width: 100%;
245
- height: 100%;
246
246
  }
247
247
 
248
248
  /* ---------------------------------------------------------------------------