@undp/data-viz 0.0.68 → 0.0.70
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/index.cjs +79 -79
- package/dist/index.d.ts +2 -2
- package/dist/index.js +20553 -20381
- package/dist/index.umd.js +79 -79
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -182,7 +182,7 @@ declare interface ClassNameObject {
|
|
|
182
182
|
xAxis?: AxesClassNameObject;
|
|
183
183
|
yAxis?: AxesClassNameObject;
|
|
184
184
|
legend?: string;
|
|
185
|
-
|
|
185
|
+
graphContainer?: string;
|
|
186
186
|
graphObjectValues?: string;
|
|
187
187
|
dataConnectors?: string;
|
|
188
188
|
mouseOverLine?: string;
|
|
@@ -84038,7 +84038,7 @@ declare interface StyleObject {
|
|
|
84038
84038
|
footnote?: React.CSSProperties;
|
|
84039
84039
|
source?: React.CSSProperties;
|
|
84040
84040
|
description?: React.CSSProperties;
|
|
84041
|
-
|
|
84041
|
+
graphContainer?: React.CSSProperties;
|
|
84042
84042
|
tooltip?: React.CSSProperties;
|
|
84043
84043
|
xAxis?: AxesStyleObject;
|
|
84044
84044
|
yAxis?: AxesStyleObject;
|