@xframes/wasm 0.1.3 → 0.1.5

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
@@ -875,6 +875,9 @@ declare const XFrames: React.FunctionComponent<MainComponentProps> & {
875
875
  showLegend?: boolean;
876
876
  legendLocation?: number;
877
877
  legendLabel?: string;
878
+ series?: {
879
+ label: string;
880
+ }[];
878
881
  } & React.RefAttributes<_xframes_common.PlotBarImperativeHandle>>;
879
882
  readonly PlotCandlestick: React.ForwardRefExoticComponent<_xframes_common.WidgetStyleProps & {
880
883
  bullColor?: string;