@devtable/dashboard 13.37.1 → 13.38.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/i18n/en.d.ts CHANGED
@@ -728,6 +728,32 @@ export declare const en: {
728
728
  smooth_line: string;
729
729
  show_name_on_line: string;
730
730
  show_symbol_on_line: string;
731
+ area_style: {
732
+ label: string;
733
+ enabled: string;
734
+ color: string;
735
+ use_series_color: string;
736
+ origin: {
737
+ label: string;
738
+ auto: {
739
+ label: string;
740
+ description: string;
741
+ };
742
+ start: {
743
+ label: string;
744
+ description: string;
745
+ };
746
+ end: {
747
+ label: string;
748
+ description: string;
749
+ };
750
+ };
751
+ shadow_blur: string;
752
+ shadow_color: string;
753
+ shadow_offset_x: string;
754
+ shadow_offset_y: string;
755
+ opacity: string;
756
+ };
731
757
  };
732
758
  bar: {
733
759
  label: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -728,6 +728,32 @@ export declare const zh: {
728
728
  smooth_line: string;
729
729
  show_name_on_line: string;
730
730
  show_symbol_on_line: string;
731
+ area_style: {
732
+ label: string;
733
+ enabled: string;
734
+ color: string;
735
+ use_series_color: string;
736
+ origin: {
737
+ label: string;
738
+ auto: {
739
+ label: string;
740
+ description: string;
741
+ };
742
+ start: {
743
+ label: string;
744
+ description: string;
745
+ };
746
+ end: {
747
+ label: string;
748
+ description: string;
749
+ };
750
+ };
751
+ shadow_blur: string;
752
+ shadow_color: string;
753
+ shadow_offset_x: string;
754
+ shadow_offset_y: string;
755
+ opacity: string;
756
+ };
731
757
  };
732
758
  bar: {
733
759
  label: string;