@luzmo/dashboard-contents-types 1.0.16 → 1.0.18
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/CHANGELOG.md +107 -0
- package/LICENSE +15 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +16 -1
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +15 -15
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/conditional-number-options.schema.json.d.ts +806 -0
- package/assets/json-schemas/conditional-number-slots.schema.json.d.ts +482 -0
- package/assets/json-schemas/conditional-number.schema.json.d.ts +23 -0
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +18 -2
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +12 -12
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +26 -26
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +46 -43
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/radar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +19 -19
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +26 -26
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +43 -40
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +22 -18
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +16 -16
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/strip-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +96 -73
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +15 -15
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +27 -23
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/video.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -2
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +14 -1
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +16 -16
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.d.ts.map +1 -1
- package/index.js +35 -388
- package/index.mjs +553 -63560
- package/json-schemas.d.ts +1490 -310
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +0 -1
- package/src/index.d.ts.map +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +34 -254
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/area-chart/index.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +29 -133
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/index.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +28 -138
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/box-plot/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +2 -2
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/index.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +2 -2
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/index.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +2 -2
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/index.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +2 -2
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/index.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +28 -129
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/column-chart/index.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +39 -203
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/index.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +4 -3
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/conditional-number/index.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/date-filter/index.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +2 -2
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/donut-chart/index.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/index.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +7 -22
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/evolution-number/index.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +2 -2
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/index.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/index.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +21 -57
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
- package/src/lib/heat-table/index.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +9 -7
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/hexbin-map/index.d.ts.map +1 -1
- package/src/lib/image/index.d.ts.map +1 -1
- package/src/lib/line-chart/index.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +34 -253
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/marker-map/index.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +4 -4
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +25 -111
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -1
- package/src/lib/pivot-table/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +28 -70
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -1
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts +2 -7
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -1
- package/src/lib/regular-table/index.d.ts.map +1 -1
- package/src/lib/route-map/index.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +4 -4
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/index.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +35 -123
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/index.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +2 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/axes.d.ts +220 -0
- package/src/lib/shared/axes.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +1 -28
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -1
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/formula.d.ts +2 -1
- package/src/lib/shared/formula.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +6 -0
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/interpolation.d.ts +7 -0
- package/src/lib/shared/interpolation.d.ts.map +1 -1
- package/src/lib/shared/item-filter-group.d.ts +2 -0
- package/src/lib/shared/item-filter-group.d.ts.map +1 -1
- package/src/lib/shared/map-object-view-options.d.ts +2 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/missing-value.d.ts +29 -0
- package/src/lib/shared/missing-value.d.ts.map +1 -0
- package/src/lib/shared/period-over-period.d.ts +21 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -1
- package/src/lib/shared/query.d.ts +3 -0
- package/src/lib/shared/query.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +6 -10
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/index.d.ts.map +1 -1
- package/src/lib/slider-filter/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/index.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +10 -10
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-options.d.ts +2 -2
- package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -2
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -1
- package/src/lib/symbol-map/index.d.ts.map +1 -1
- package/src/lib/symbol-map/symbol-map-options.d.ts +9 -9
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/text/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/index.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/video/index.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -1
- package/vite.config.d.ts.map +1 -1
- package/src/lib/line-chart-forecast/index.d.ts +0 -2
- package/src/lib/line-chart-forecast/index.d.ts.map +0 -1
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts +0 -3
- package/src/lib/line-chart-forecast/line-chart-forecast-slots.config.d.ts.map +0 -1
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { DropObjectViewOptions, InteractivityBrushViewOptions, ItemThemeConfig } from '../shared';
|
|
2
|
-
import {
|
|
3
|
-
import { AxisTicksMode, AxisTicksStyle, Guidelines, LimitViewOptions, MissingValueViewOptions, NullBreakViewOptions } from '../shared/common';
|
|
1
|
+
import { AxesAxisXValue, AxesAxisY2Value, AxesAxisYValue, AxesViewOptions, DropObjectViewOptions, InteractivityBrushViewOptions, InterpolationViewOptions, ItemThemeConfig, NullBreakViewOptions } from '../shared';
|
|
2
|
+
import { Guidelines, LimitViewOptions } from '../shared/common';
|
|
4
3
|
import { InfoTooltipViewOptions } from '../shared/info-tooltip-options';
|
|
5
4
|
import { InteractivityCustomEventsViewOptions } from '../shared/interactivity-custom-events';
|
|
6
5
|
import { InteractivityCustomTooltipViewOptions } from '../shared/interactivity-custom-tooltip';
|
|
7
6
|
import { InteractivityExportViewOptions } from '../shared/interactivity-export';
|
|
8
7
|
import { InteractivityGoToUrlViewOptions } from '../shared/interactivity-go-to-url';
|
|
9
8
|
import { InteractivityMeasureDimensionPickerViewOptions } from '../shared/interactivity-measure-dimension-picker';
|
|
10
|
-
import { Interpolation } from '../shared/interpolation';
|
|
11
9
|
import { DisplayLegendViewOptions, LegendViewOptions } from '../shared/legend';
|
|
10
|
+
import { MissingValueViewOptions } from '../shared/missing-value';
|
|
12
11
|
import { DisplayTitleViewOptions, TitleViewOptions } from '../shared/title';
|
|
13
|
-
export interface LineChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity' | 'theme'>, TitleViewOptions, InfoTooltipViewOptions, NullBreakViewOptions, LegendViewOptions, LimitViewOptions, LineChartDisplayViewOptions, LineChartInteractivityViewOptions {
|
|
12
|
+
export interface LineChartViewOptions extends Omit<DropObjectViewOptions, 'display' | 'interactivity' | 'theme'>, TitleViewOptions, InfoTooltipViewOptions, NullBreakViewOptions, LegendViewOptions, LimitViewOptions, LineChartDisplayViewOptions, LineChartInteractivityViewOptions, LineChartAxesViewOptions, InterpolationViewOptions, MissingValueViewOptions {
|
|
14
13
|
/**
|
|
15
14
|
* Theme configuration
|
|
16
15
|
*/
|
|
@@ -25,237 +24,6 @@ export interface LineChartViewOptions extends Omit<DropObjectViewOptions, 'displ
|
|
|
25
24
|
* @TJS-ignore
|
|
26
25
|
*/
|
|
27
26
|
startWithSubType?: LineChartSubtype;
|
|
28
|
-
/**
|
|
29
|
-
* Interpolation options
|
|
30
|
-
* @default "linear"
|
|
31
|
-
*/
|
|
32
|
-
interpolation?: Interpolation;
|
|
33
|
-
/**
|
|
34
|
-
* Chart grid options
|
|
35
|
-
*/
|
|
36
|
-
grid?: {
|
|
37
|
-
/**
|
|
38
|
-
* X-axis grid options
|
|
39
|
-
*/
|
|
40
|
-
x?: {
|
|
41
|
-
/**
|
|
42
|
-
* Show or hide the X-axis grid
|
|
43
|
-
* @default false
|
|
44
|
-
*/
|
|
45
|
-
enabled: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Style of the X-axis grid
|
|
48
|
-
*/
|
|
49
|
-
style?: AxisGridlinesStyle;
|
|
50
|
-
/**
|
|
51
|
-
* Opacity of the X-axis grid
|
|
52
|
-
* @examples [1, 0.5, 0.1]
|
|
53
|
-
*/
|
|
54
|
-
opacity?: number;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Y-axis grid options
|
|
58
|
-
*/
|
|
59
|
-
y?: {
|
|
60
|
-
/**
|
|
61
|
-
* Show or hide the Y-axis grid
|
|
62
|
-
* @default false
|
|
63
|
-
*/
|
|
64
|
-
enabled: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* Style of the Y-axis grid
|
|
67
|
-
*/
|
|
68
|
-
style?: AxisGridlinesStyle;
|
|
69
|
-
/**
|
|
70
|
-
* Opacity of the Y-axis grid
|
|
71
|
-
* @examples [1, 0.5, 0.1]
|
|
72
|
-
*/
|
|
73
|
-
opacity?: number;
|
|
74
|
-
};
|
|
75
|
-
/**
|
|
76
|
-
* Y2-axis grid options
|
|
77
|
-
*/
|
|
78
|
-
y2?: {
|
|
79
|
-
/**
|
|
80
|
-
* Show or hide the Y2-axis grid
|
|
81
|
-
* @default false
|
|
82
|
-
*/
|
|
83
|
-
enabled: boolean;
|
|
84
|
-
/**
|
|
85
|
-
* Style of the Y2-axis grid
|
|
86
|
-
*/
|
|
87
|
-
style?: AxisGridlinesStyle;
|
|
88
|
-
/**
|
|
89
|
-
* Opacity of the Y2-axis grid
|
|
90
|
-
* @examples [1, 0.5, 0.1]
|
|
91
|
-
*/
|
|
92
|
-
opacity?: number;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* Axes labels options
|
|
97
|
-
*/
|
|
98
|
-
axislabels?: {
|
|
99
|
-
/**
|
|
100
|
-
* X-axis label options
|
|
101
|
-
*/
|
|
102
|
-
x?: {
|
|
103
|
-
/**
|
|
104
|
-
* Show or hide the X-axis labels
|
|
105
|
-
* @default false
|
|
106
|
-
*/
|
|
107
|
-
enabled: boolean;
|
|
108
|
-
/**
|
|
109
|
-
* Position of the X-axis labels
|
|
110
|
-
* @default "center"
|
|
111
|
-
*/
|
|
112
|
-
position: XAxisLabelPosition;
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* Y-axis label options
|
|
116
|
-
*/
|
|
117
|
-
y?: {
|
|
118
|
-
/**
|
|
119
|
-
* Show or hide the Y-axis labels
|
|
120
|
-
* @default false
|
|
121
|
-
*/
|
|
122
|
-
enabled: boolean;
|
|
123
|
-
/**
|
|
124
|
-
* Position of the Y-axis labels
|
|
125
|
-
* @default "middle"
|
|
126
|
-
*/
|
|
127
|
-
position: YAxisLabelPosition;
|
|
128
|
-
};
|
|
129
|
-
/**
|
|
130
|
-
* Y2-axis label options
|
|
131
|
-
*/
|
|
132
|
-
y2?: {
|
|
133
|
-
/**
|
|
134
|
-
* Show or hide the Y2-axis labels
|
|
135
|
-
* @default false
|
|
136
|
-
*/
|
|
137
|
-
enabled: boolean;
|
|
138
|
-
/**
|
|
139
|
-
* Position of the Y2-axis labels
|
|
140
|
-
* @default "middle"
|
|
141
|
-
*/
|
|
142
|
-
position: YAxisLabelPosition;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
/**
|
|
146
|
-
* Axes options
|
|
147
|
-
*/
|
|
148
|
-
axis?: {
|
|
149
|
-
/**
|
|
150
|
-
* X-axis options
|
|
151
|
-
*/
|
|
152
|
-
x?: {
|
|
153
|
-
/**
|
|
154
|
-
* X-axis color
|
|
155
|
-
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
156
|
-
*/
|
|
157
|
-
color?: string;
|
|
158
|
-
/**
|
|
159
|
-
* Ticks mode of the X-axis
|
|
160
|
-
* @default "ticks"
|
|
161
|
-
*/
|
|
162
|
-
ticksMode?: AxisTicksMode;
|
|
163
|
-
/**
|
|
164
|
-
* Ticks style of the X-axis
|
|
165
|
-
*/
|
|
166
|
-
ticksStyle?: AxisTicksStyle;
|
|
167
|
-
};
|
|
168
|
-
/**
|
|
169
|
-
* Y-axis options
|
|
170
|
-
*/
|
|
171
|
-
y?: {
|
|
172
|
-
/**
|
|
173
|
-
* Y-axis color
|
|
174
|
-
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
175
|
-
*/
|
|
176
|
-
color?: string;
|
|
177
|
-
/**
|
|
178
|
-
* Manual axes range of the Y-axis
|
|
179
|
-
* @MaxItems 2
|
|
180
|
-
*/
|
|
181
|
-
manualAxesRange?: ManualAxesRange;
|
|
182
|
-
/**
|
|
183
|
-
* Scale type of the Y-axis
|
|
184
|
-
* @default "linear"
|
|
185
|
-
*/
|
|
186
|
-
scale?: AxisScaleType;
|
|
187
|
-
/**
|
|
188
|
-
* Scale log base of the Y-axis
|
|
189
|
-
* @examples [2, 10]
|
|
190
|
-
*/
|
|
191
|
-
scaleLogBase?: number;
|
|
192
|
-
/**
|
|
193
|
-
* Ticks density of the Y-axis
|
|
194
|
-
*/
|
|
195
|
-
ticksDensity?: AxisTicksDensity;
|
|
196
|
-
/**
|
|
197
|
-
* Ticks mode of the Y-axis
|
|
198
|
-
* @default "ticks"
|
|
199
|
-
*/
|
|
200
|
-
ticksMode?: AxisTicksMode;
|
|
201
|
-
/**
|
|
202
|
-
* Measure axis type of the Y-axis
|
|
203
|
-
* @default "default"
|
|
204
|
-
*/
|
|
205
|
-
type?: LineChartMeasureAxisType;
|
|
206
|
-
};
|
|
207
|
-
/**
|
|
208
|
-
* Y-axis options
|
|
209
|
-
* Requires two measures to be specified for y2 to work.
|
|
210
|
-
*/
|
|
211
|
-
y2?: {
|
|
212
|
-
/**
|
|
213
|
-
* Is Y2-axis is active
|
|
214
|
-
* Requires two measured to be specified for this to work.
|
|
215
|
-
* @default false
|
|
216
|
-
*/
|
|
217
|
-
active?: boolean;
|
|
218
|
-
/**
|
|
219
|
-
* Y2-axis color
|
|
220
|
-
* @examples ["#000000", "black", "rgba(0,0,0,1)"]
|
|
221
|
-
*/
|
|
222
|
-
color?: string;
|
|
223
|
-
/**
|
|
224
|
-
* Manual axes range of the Y2-axis
|
|
225
|
-
* @MaxItems 2
|
|
226
|
-
*/
|
|
227
|
-
manualAxesRange?: ManualAxesRange;
|
|
228
|
-
/**
|
|
229
|
-
* Indexes of the measures that are displayed on the Y2-axis
|
|
230
|
-
* @default [1]
|
|
231
|
-
*/
|
|
232
|
-
measureIndexes?: number[];
|
|
233
|
-
/**
|
|
234
|
-
* Scale type of the Y2-axis
|
|
235
|
-
* @default "linear"
|
|
236
|
-
*/
|
|
237
|
-
scale?: AxisScaleType;
|
|
238
|
-
/**
|
|
239
|
-
* Scale log base of the Y2-axis
|
|
240
|
-
* @examples [2, 10]
|
|
241
|
-
*/
|
|
242
|
-
scaleLogBase?: number;
|
|
243
|
-
/**
|
|
244
|
-
* Ticks density of the Y2-axis
|
|
245
|
-
*/
|
|
246
|
-
ticksDensity?: AxisTicksDensity;
|
|
247
|
-
/**
|
|
248
|
-
* Ticks mode of the Y2-axis
|
|
249
|
-
* @default "ticks"
|
|
250
|
-
*/
|
|
251
|
-
ticksMode?: AxisTicksMode;
|
|
252
|
-
/**
|
|
253
|
-
* Measure axis type of the Y2-axis
|
|
254
|
-
* @default "default"
|
|
255
|
-
*/
|
|
256
|
-
type?: LineChartMeasureAxisType;
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
27
|
/**
|
|
260
28
|
* Lines options
|
|
261
29
|
*/
|
|
@@ -294,32 +62,17 @@ export interface LineChartViewOptions extends Omit<DropObjectViewOptions, 'displ
|
|
|
294
62
|
* Guidelines options
|
|
295
63
|
*/
|
|
296
64
|
guidelines?: Guidelines;
|
|
297
|
-
/**
|
|
298
|
-
* Fill missing milliseconds. Describes how missing date periods in the data are handled in the chart.
|
|
299
|
-
*/
|
|
300
|
-
missingValue?: {
|
|
301
|
-
/**
|
|
302
|
-
* Type of the missing value. The possible values are "No" (don't fill missing date periods), "Break line when null values" (line is interrupted between two date periods with a missing period in between) or a manual value (line is drawn as a manual value between two date periods with a missing period in between, default: 0).
|
|
303
|
-
* @default "no"
|
|
304
|
-
*/
|
|
305
|
-
type?: NonNullable<MissingValueViewOptions['missingValue']>['type'];
|
|
306
|
-
/**
|
|
307
|
-
* The manual value of the missing value, it's applied when the type is "manual"
|
|
308
|
-
* @default 0
|
|
309
|
-
*/
|
|
310
|
-
value?: NonNullable<MissingValueViewOptions['missingValue']>['value'];
|
|
311
|
-
};
|
|
312
65
|
}
|
|
313
66
|
interface LineChartDisplayViewOptions extends DisplayTitleViewOptions, DisplayLegendViewOptions {
|
|
314
67
|
/**
|
|
315
68
|
* General display options of the Line chart: title, legend
|
|
316
69
|
*/
|
|
317
|
-
display
|
|
70
|
+
display?: {
|
|
318
71
|
/**
|
|
319
72
|
* Show or hide the title
|
|
320
73
|
* @default true
|
|
321
74
|
*/
|
|
322
|
-
title
|
|
75
|
+
title?: NonNullable<DisplayTitleViewOptions['display']>['title'];
|
|
323
76
|
/**
|
|
324
77
|
* Show or hide the legend
|
|
325
78
|
* @default true
|
|
@@ -370,6 +123,34 @@ interface LineChartInteractivityViewOptions extends InteractivityBrushViewOption
|
|
|
370
123
|
brush?: NonNullable<InteractivityBrushViewOptions['interactivity']>['brush'];
|
|
371
124
|
};
|
|
372
125
|
}
|
|
126
|
+
interface LineChartAxesViewOptions {
|
|
127
|
+
/**
|
|
128
|
+
* Chart grid options
|
|
129
|
+
*/
|
|
130
|
+
grid?: NonNullable<AxesViewOptions['grid']>;
|
|
131
|
+
/**
|
|
132
|
+
* Axes labels options
|
|
133
|
+
*/
|
|
134
|
+
axislabels?: NonNullable<AxesViewOptions['axislabels']>;
|
|
135
|
+
/**
|
|
136
|
+
* Axes options
|
|
137
|
+
*/
|
|
138
|
+
axis?: {
|
|
139
|
+
/**
|
|
140
|
+
* X-axis options
|
|
141
|
+
*/
|
|
142
|
+
x?: Pick<AxesAxisXValue, 'color' | 'ticksMode' | 'ticksStyle'>;
|
|
143
|
+
/**
|
|
144
|
+
* Y-axis options
|
|
145
|
+
*/
|
|
146
|
+
y?: Pick<AxesAxisYValue, 'color' | 'manualAxesRange' | 'scale' | 'scaleLogBase' | 'ticksDensity' | 'ticksMode' | 'type'>;
|
|
147
|
+
/**
|
|
148
|
+
* Y-axis options
|
|
149
|
+
* Requires two measures to be specified for y2 to work.
|
|
150
|
+
*/
|
|
151
|
+
y2?: Pick<AxesAxisY2Value, 'active' | 'color' | 'manualAxesRange' | 'measureIndexes' | 'scale' | 'scaleLogBase' | 'ticksDensity' | 'ticksMode' | 'type'>;
|
|
152
|
+
};
|
|
153
|
+
}
|
|
373
154
|
export type LineChartSubtype = 'line' | 'line-group';
|
|
374
155
|
export type LineChartMeasureAxisType = 'default' | 'manual' | 'variable';
|
|
375
156
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"line-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"line-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/line-chart/line-chart-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/marker-map/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/marker-map/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AAErC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,cAAc,CAAC;AAE7B,cAAc,2BAA2B,CAAC"}
|
|
@@ -19,20 +19,20 @@ interface MarkerMapInteractivity {
|
|
|
19
19
|
* Custom events interactivity option
|
|
20
20
|
* @default null
|
|
21
21
|
*/
|
|
22
|
-
customEvents?: NonNullable<
|
|
22
|
+
customEvents?: NonNullable<InteractivityCustomEventsViewOptions['interactivity']>['customEvents'];
|
|
23
23
|
/**
|
|
24
24
|
* Custom tooltip interactivity option, in format {locale: "tooltip"}, for example, {en: "Total Revenue"}
|
|
25
25
|
* @default null
|
|
26
26
|
*/
|
|
27
|
-
customTooltip?: NonNullable<
|
|
27
|
+
customTooltip?: NonNullable<InteractivityCustomTooltipViewOptions['interactivity']>['customTooltip'];
|
|
28
28
|
/**
|
|
29
29
|
* An array of measure dimension picker configurations
|
|
30
30
|
* @default [[]]
|
|
31
31
|
*/
|
|
32
|
-
measureDimensionPicker?: NonNullable<
|
|
32
|
+
measureDimensionPicker?: NonNullable<InteractivityMeasureDimensionPickerViewOptions['interactivity']>['measureDimensionPicker'];
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
|
-
export interface MarkerMapViewOptions extends Omit<MapObjectViewOptions, 'display' | 'theme' | 'limit'>, TitleViewOptions, InfoTooltipViewOptions, MarkerMapInteractivity {
|
|
35
|
+
export interface MarkerMapViewOptions extends Omit<MapObjectViewOptions, 'display' | 'theme' | 'limit' | 'interactivity'>, TitleViewOptions, InfoTooltipViewOptions, MarkerMapInteractivity {
|
|
36
36
|
/**
|
|
37
37
|
* Theme configuration
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marker-map-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/marker-map/marker-map-options.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,8CAA8C,EAC9C,eAAe,EACf,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,UAAU,sBAAsB;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;QAC1F;;;;WAIG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAC5G;;;WAGG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"marker-map-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/marker-map/marker-map-options.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,qCAAqC,EACrC,8BAA8B,EAC9B,8CAA8C,EAC9C,eAAe,EACf,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,UAAU,sBAAsB;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;QAC1F;;;;WAIG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAC5G;;;WAGG;QACH,YAAY,CAAC,EAAE,WAAW,CAAC,oCAAoC,CAAC,eAAe,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC;QAClG;;;WAGG;QACH,aAAa,CAAC,EAAE,WAAW,CAAC,qCAAqC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC;QACrG;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;KACjI,CAAC;CACH;AAED,MAAM,WAAW,oBAAqB,SACpC,IAAI,CAAC,oBAAoB,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,eAAe,CAAC,EAC3E,gBAAgB,EAChB,sBAAsB,EACtB,sBAAsB;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC,CAAC;IAC5D;;;OAGG;IACH,OAAO,CAAC,EAAE,uBAAuB,CAAC,SAAS,CAAC,CAAC;IAC7C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE;QACN;;;WAGG;QACH,MAAM,CAAC,EAAE,WAAW,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;KAC3D,CAAC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/ohlc-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/ohlc-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAE7B,cAAc,sBAAsB,CAAC;AAErC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AxesAxisXValue, AxesAxisYValue, AxesViewOptions, DisplayTitleViewOptions, DropObjectViewOptions, Guidelines, InfoTooltipViewOptions, InteractivityBrushViewOptions, InteractivityCustomEventsViewOptions, InteractivityCustomTooltipViewOptions, InteractivityExportViewOptions, InteractivityGoToUrlViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, LimitViewOptions, TitleViewOptions } from '../shared';
|
|
2
2
|
export type OhlcSubtype = 'ohlc' | 'candlestick';
|
|
3
|
-
export interface OhlcChartViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'display' | 'theme'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, OhlcChartInteractiveViewOptions {
|
|
3
|
+
export interface OhlcChartViewOptions extends Omit<DropObjectViewOptions, 'interactivity' | 'display' | 'theme'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, OhlcChartInteractiveViewOptions, OhlcChartAxesViewOptions {
|
|
4
4
|
/**
|
|
5
5
|
* Theme config
|
|
6
6
|
*/
|
|
@@ -17,115 +17,6 @@ export interface OhlcChartViewOptions extends Omit<DropObjectViewOptions, 'inter
|
|
|
17
17
|
* @default "ohlc"
|
|
18
18
|
*/
|
|
19
19
|
startWithSubType?: OhlcSubtype;
|
|
20
|
-
/**
|
|
21
|
-
* Grid config
|
|
22
|
-
*/
|
|
23
|
-
grid?: {
|
|
24
|
-
x?: {
|
|
25
|
-
/**
|
|
26
|
-
* Enable or disable x-axis gridlines
|
|
27
|
-
* @default false
|
|
28
|
-
*/
|
|
29
|
-
enabled: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Style of x-axis gridlines
|
|
32
|
-
* @examples ["solid", "dashed", "dotted"]
|
|
33
|
-
*/
|
|
34
|
-
style?: AxisGridlinesStyle;
|
|
35
|
-
/**
|
|
36
|
-
* Opacity of x-axis grid lines.
|
|
37
|
-
* @examples [0.5, 1]
|
|
38
|
-
*/
|
|
39
|
-
opacity?: number;
|
|
40
|
-
};
|
|
41
|
-
y?: {
|
|
42
|
-
/**
|
|
43
|
-
* Enable or disable y-axis gridlines
|
|
44
|
-
* @default false
|
|
45
|
-
*/
|
|
46
|
-
enabled: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* Style of y-axis gridlines
|
|
49
|
-
* @examples ["solid", "dashed", "dotted"]
|
|
50
|
-
*/
|
|
51
|
-
style?: AxisGridlinesStyle;
|
|
52
|
-
/**
|
|
53
|
-
* Opacity of y-axis grid lines.
|
|
54
|
-
* @examples [0.5, 1]
|
|
55
|
-
*/
|
|
56
|
-
opacity?: number;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
axislabels?: {
|
|
60
|
-
x?: {
|
|
61
|
-
/**
|
|
62
|
-
* Enable or disable x-axis labels
|
|
63
|
-
* @default false
|
|
64
|
-
*/
|
|
65
|
-
enabled: boolean;
|
|
66
|
-
/**
|
|
67
|
-
* Position of labels on x-axis
|
|
68
|
-
* @default "center"
|
|
69
|
-
*/
|
|
70
|
-
position: XAxisLabelPosition;
|
|
71
|
-
};
|
|
72
|
-
y?: {
|
|
73
|
-
/**
|
|
74
|
-
* Enable or disable y-axis labels
|
|
75
|
-
* @default false
|
|
76
|
-
*/
|
|
77
|
-
enabled: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Position of labels on y-axis
|
|
80
|
-
* @default "middle"
|
|
81
|
-
*/
|
|
82
|
-
position: YAxisLabelPosition;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
axis?: {
|
|
86
|
-
x?: {
|
|
87
|
-
/**
|
|
88
|
-
* Color of x-axis
|
|
89
|
-
* @examples ["#000000", "#ff0000"]
|
|
90
|
-
*/
|
|
91
|
-
color?: string;
|
|
92
|
-
/**
|
|
93
|
-
* Tick mode of x-axis
|
|
94
|
-
* @default "ticks"
|
|
95
|
-
* @examples ["hide", "ticks", "gridlines"]
|
|
96
|
-
*/
|
|
97
|
-
ticksMode?: AxisTicksMode;
|
|
98
|
-
};
|
|
99
|
-
y?: {
|
|
100
|
-
/**
|
|
101
|
-
* Color of y-axis
|
|
102
|
-
* @examples ["#000000", "#ff0000"]
|
|
103
|
-
*/
|
|
104
|
-
color?: string;
|
|
105
|
-
/**
|
|
106
|
-
* Tick mode of y-axis
|
|
107
|
-
* @default "ticks"
|
|
108
|
-
* @examples ["hide", "ticks", "gridlines"]
|
|
109
|
-
*/
|
|
110
|
-
ticksMode?: AxisTicksMode;
|
|
111
|
-
/**
|
|
112
|
-
* Scale on y-axis
|
|
113
|
-
* @default "linear"
|
|
114
|
-
* @examples ["linear", "logarithmic"]
|
|
115
|
-
*/
|
|
116
|
-
scale?: AxisScaleType;
|
|
117
|
-
/**
|
|
118
|
-
* When scale is logarithmic, this is the base of the logarithm.
|
|
119
|
-
* @examples [2, 10]
|
|
120
|
-
*/
|
|
121
|
-
scaleLogBase?: number;
|
|
122
|
-
/**
|
|
123
|
-
* Density of tick
|
|
124
|
-
* @examples ["compact", "normal", "sparse"]
|
|
125
|
-
*/
|
|
126
|
-
ticksDensity?: AxisTicksDensity;
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
20
|
ohlc?: {
|
|
130
21
|
/**
|
|
131
22
|
* Stroke width of Ohlc chart.
|
|
@@ -198,5 +89,28 @@ interface OhlcChartInteractiveViewOptions extends InteractivityBrushViewOptions,
|
|
|
198
89
|
urlConfig?: NonNullable<InteractivityGoToUrlViewOptions['interactivity']>['urlConfig'];
|
|
199
90
|
};
|
|
200
91
|
}
|
|
92
|
+
interface OhlcChartAxesViewOptions {
|
|
93
|
+
/**
|
|
94
|
+
* Chart grid options
|
|
95
|
+
*/
|
|
96
|
+
grid?: Pick<NonNullable<AxesViewOptions['grid']>, 'x' | 'y'>;
|
|
97
|
+
/**
|
|
98
|
+
* Axes labels options
|
|
99
|
+
*/
|
|
100
|
+
axislabels?: Pick<NonNullable<AxesViewOptions['axislabels']>, 'x' | 'y'>;
|
|
101
|
+
/**
|
|
102
|
+
* Axes options
|
|
103
|
+
*/
|
|
104
|
+
axis?: {
|
|
105
|
+
/**
|
|
106
|
+
* X-axis options
|
|
107
|
+
*/
|
|
108
|
+
x?: Pick<AxesAxisXValue, 'color' | 'ticksMode'>;
|
|
109
|
+
/**
|
|
110
|
+
* Y-axis options
|
|
111
|
+
*/
|
|
112
|
+
y?: Pick<AxesAxisYValue, 'color' | 'ticksMode' | 'scale' | 'scaleLogBase' | 'ticksDensity'>;
|
|
113
|
+
};
|
|
114
|
+
}
|
|
201
115
|
export {};
|
|
202
116
|
//# sourceMappingURL=ohlc-chart-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ohlc-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/ohlc-chart/ohlc-chart-options.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ohlc-chart-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/ohlc-chart/ohlc-chart-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/parallel-coordinates-plot/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/parallel-coordinates-plot/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAE5C,cAAc,qCAAqC,CAAC;AAEpD,cAAc,mCAAmC,CAAC;AAElD,cAAc,0CAA0C,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DisplayTitleViewOptions, DropObjectViewOptions, InfoTooltipViewOptions, InteractivityBrushViewOptions, InteractivityExportViewOptions, InteractivityMeasureDimensionPickerViewOptions, ItemThemeConfig, LimitViewOptions, TitleViewOptions } from '../shared';
|
|
2
|
-
export interface ParallelCoordinatesPlotViewOptions extends DropObjectViewOptions, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, ParallelCoordinatesPlotInteractivityViewOptions {
|
|
2
|
+
export interface ParallelCoordinatesPlotViewOptions extends Omit<DropObjectViewOptions, 'interactivity'>, InfoTooltipViewOptions, TitleViewOptions, DisplayTitleViewOptions, LimitViewOptions, ParallelCoordinatesPlotInteractivityViewOptions {
|
|
3
3
|
/**
|
|
4
4
|
* Theme configuration
|
|
5
5
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parallel-coordinates-plot-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,6BAA6B,EAC7B,8BAA8B,EAC9B,8CAA8C,EAAE,eAAe,EAC/D,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,kCAAmC,SAClD,qBAAqB,
|
|
1
|
+
{"version":3,"file":"parallel-coordinates-plot-options.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,6BAA6B,EAC7B,8BAA8B,EAC9B,8CAA8C,EAAE,eAAe,EAC/D,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,WAAW,CAAC;AAEnB,MAAM,WAAW,kCAAmC,SAClD,IAAI,CAAC,qBAAqB,EAAE,eAAe,CAAC,EAC5C,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EACvB,gBAAgB,EAChB,+CAA+C;IAC/C;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC;IACjD;;OAEG;IACH,IAAI,CAAC,EAAE;QACL;;;WAGG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF;;;OAGG;IACH,KAAK,CAAC,EAAE;QACN;;;;;WAKG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAED,UAAU,+CAAgD,SAAQ,8BAA8B,EAC9F,8CAA8C,EAC9C,6BAA6B;IAC7B;;OAEG;IACH,aAAa,CAAC,EAAE;QACd;;;;WAIG;QACH,oBAAoB,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC;QAC5G;;;WAGG;QACH,WAAW,CAAC,EAAE,WAAW,CAAC,8BAA8B,CAAC,eAAe,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC;QAC1F;;;WAGG;QACH,KAAK,CAAC,EAAE,WAAW,CAAC,6BAA6B,CAAC,eAAe,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QAC7E;;;WAGG;QACH,sBAAsB,CAAC,EAAE,WAAW,CAAC,8CAA8C,CAAC,eAAe,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC;KACjI,CAAC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/pivot-table/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/pivot-table/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,eAAe,CAAC;AAE9B,cAAc,4BAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/pyramid-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/dashboard-contents-types/src/lib/pyramid-chart/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,cAAc,yBAAyB,CAAC;AAExC,cAAc,uBAAuB,CAAC;AAEtC,cAAc,8BAA8B,CAAC"}
|