@opendata-ai/openchart-core 2.13.0 → 3.0.0
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 +5 -2
- package/package.json +1 -1
- package/src/styles/viz.css +5 -2
package/dist/styles.css
CHANGED
|
@@ -224,7 +224,10 @@
|
|
|
224
224
|
* React wrapper roots
|
|
225
225
|
* --------------------------------------------------------------------------- */
|
|
226
226
|
|
|
227
|
-
.viz-chart-root
|
|
227
|
+
.viz-chart-root {
|
|
228
|
+
width: 100%;
|
|
229
|
+
}
|
|
230
|
+
|
|
228
231
|
.viz-table-root,
|
|
229
232
|
.viz-graph-root {
|
|
230
233
|
width: 100%;
|
|
@@ -241,8 +244,8 @@
|
|
|
241
244
|
|
|
242
245
|
.viz-chart {
|
|
243
246
|
font-family: var(--viz-font-family);
|
|
247
|
+
display: block;
|
|
244
248
|
width: 100%;
|
|
245
|
-
height: 100%;
|
|
246
249
|
}
|
|
247
250
|
|
|
248
251
|
/* ---------------------------------------------------------------------------
|
package/package.json
CHANGED
package/src/styles/viz.css
CHANGED
|
@@ -224,7 +224,10 @@
|
|
|
224
224
|
* React wrapper roots
|
|
225
225
|
* --------------------------------------------------------------------------- */
|
|
226
226
|
|
|
227
|
-
.viz-chart-root
|
|
227
|
+
.viz-chart-root {
|
|
228
|
+
width: 100%;
|
|
229
|
+
}
|
|
230
|
+
|
|
228
231
|
.viz-table-root,
|
|
229
232
|
.viz-graph-root {
|
|
230
233
|
width: 100%;
|
|
@@ -241,8 +244,8 @@
|
|
|
241
244
|
|
|
242
245
|
.viz-chart {
|
|
243
246
|
font-family: var(--viz-font-family);
|
|
247
|
+
display: block;
|
|
244
248
|
width: 100%;
|
|
245
|
-
height: 100%;
|
|
246
249
|
}
|
|
247
250
|
|
|
248
251
|
/* ---------------------------------------------------------------------------
|