@undp/data-viz 0.0.69 → 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.d.ts CHANGED
@@ -182,7 +182,7 @@ declare interface ClassNameObject {
182
182
  xAxis?: AxesClassNameObject;
183
183
  yAxis?: AxesClassNameObject;
184
184
  legend?: string;
185
- graph?: string;
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
- graphBackground?: React.CSSProperties;
84041
+ graphContainer?: React.CSSProperties;
84042
84042
  tooltip?: React.CSSProperties;
84043
84043
  xAxis?: AxesStyleObject;
84044
84044
  yAxis?: AxesStyleObject;