@amcharts/amcharts5 5.1.8 → 5.1.9
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/.internal/charts/radar/RadarChart.d.ts +1 -0
- package/.internal/charts/radar/RadarChart.d.ts.map +1 -1
- package/.internal/charts/radar/RadarChart.js +9 -0
- package/.internal/charts/radar/RadarChart.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts +3 -0
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +55 -8
- package/.internal/charts/xy/XYChart.js.map +1 -1
- package/.internal/charts/xy/axes/Axis.js +1 -1
- package/.internal/charts/xy/axes/Axis.js.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererX.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererX.js +6 -2
- package/.internal/charts/xy/axes/AxisRendererX.js.map +1 -1
- package/.internal/charts/xy/axes/AxisRendererY.js +2 -2
- package/.internal/charts/xy/axes/AxisRendererY.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +4 -1
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/series/LineSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/LineSeries.js +3 -0
- package/.internal/charts/xy/series/LineSeries.js.map +1 -1
- package/.internal/core/Classes.d.ts +14 -8
- package/.internal/core/Classes.d.ts.map +1 -1
- package/.internal/core/Classes.js.map +1 -1
- package/.internal/core/render/Graphics.js +1 -1
- package/.internal/core/render/Graphics.js.map +1 -1
- package/.internal/core/render/Sprite.js.map +1 -1
- package/.internal/core/render/backend/CanvasRenderer.d.ts +3 -3
- package/.internal/core/render/backend/CanvasRenderer.d.ts.map +1 -1
- package/.internal/core/render/backend/CanvasRenderer.js +35 -26
- package/.internal/core/render/backend/CanvasRenderer.js.map +1 -1
- package/.internal/core/util/ResizeSensor.js +1 -1
- package/.internal/core/util/ResizeSensor.js.map +1 -1
- package/.internal/core/util/Time.d.ts +1 -0
- package/.internal/core/util/Time.d.ts.map +1 -1
- package/.internal/core/util/Time.js +12 -0
- package/.internal/core/util/Time.js.map +1 -1
- package/.internal/plugins/json/Classes.d.ts +271 -0
- package/.internal/plugins/json/Classes.d.ts.map +1 -0
- package/.internal/plugins/json/Classes.js +270 -0
- package/.internal/plugins/json/Classes.js.map +1 -0
- package/.internal/plugins/json/Json.d.ts +7 -0
- package/.internal/plugins/json/Json.d.ts.map +1 -0
- package/.internal/plugins/json/Json.js +61 -0
- package/.internal/plugins/json/Json.js.map +1 -0
- package/CHANGELOG.md +13 -0
- package/examples/javascript/flow-chord/package.json +1 -1
- package/examples/javascript/flow-chord-directed/package.json +1 -1
- package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/javascript/flow-sankey/package.json +1 -1
- package/examples/javascript/gauge/package.json +1 -1
- package/examples/javascript/gauge-bands/package.json +1 -1
- package/examples/javascript/hierarchy-force-directed/package.json +1 -1
- package/examples/javascript/hierarchy-pack/package.json +1 -1
- package/examples/javascript/hierarchy-partition/package.json +1 -1
- package/examples/javascript/hierarchy-sunburst/package.json +1 -1
- package/examples/javascript/hierarchy-tree/package.json +1 -1
- package/examples/javascript/hierarchy-treemap/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/package.json +1 -1
- package/examples/javascript/map-day-and-night/package.json +1 -1
- package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/javascript/map-with-bubbles/package.json +1 -1
- package/examples/javascript/map-zoom-to-country/package.json +1 -1
- package/examples/javascript/misc-40-charts/package.json +1 -1
- package/examples/javascript/misc-microchart-grid/package.json +1 -1
- package/examples/javascript/pie-chart/package.json +1 -1
- package/examples/javascript/pie-donut-chart/package.json +1 -1
- package/examples/javascript/pie-variable-radius/package.json +1 -1
- package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
- package/examples/javascript/radar-heat-map/package.json +1 -1
- package/examples/javascript/radar-line/package.json +1 -1
- package/examples/javascript/radar-time-line/package.json +1 -1
- package/examples/javascript/sliced-funnel/package.json +1 -1
- package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/javascript/sliced-pyramid/package.json +1 -1
- package/examples/javascript/venn-diagram/package.json +1 -1
- package/examples/javascript/wordcloud-with-data/package.json +1 -1
- package/examples/javascript/wordcloud-with-text/package.json +1 -1
- package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/javascript/xy-bubble/package.json +1 -1
- package/examples/javascript/xy-candlestick/package.json +1 -1
- package/examples/javascript/xy-clustered-column/package.json +1 -1
- package/examples/javascript/xy-column/package.json +1 -1
- package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/javascript/xy-data-grouping/package.json +1 -1
- package/examples/javascript/xy-draggable-range/package.json +1 -1
- package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/javascript/xy-dumbbell plot/package.json +1 -1
- package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/javascript/xy-line/package.json +1 -1
- package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/javascript/xy-live-data/package.json +1 -1
- package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/javascript/xy-ohlc/package.json +1 -1
- package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/javascript/xy-smoothed-line/package.json +1 -1
- package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/javascript/xy-stacked-column/package.json +1 -1
- package/examples/javascript/xy-stacked-step/package.json +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/package.json +1 -1
- package/examples/typescript/flow-chord/package.json +1 -1
- package/examples/typescript/flow-chord-directed/package.json +1 -1
- package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/typescript/flow-sankey/package.json +1 -1
- package/examples/typescript/gauge/package.json +1 -1
- package/examples/typescript/gauge-bands/package.json +1 -1
- package/examples/typescript/hierarchy-force-directed/package.json +1 -1
- package/examples/typescript/hierarchy-pack/package.json +1 -1
- package/examples/typescript/hierarchy-partition/package.json +1 -1
- package/examples/typescript/hierarchy-sunburst/package.json +1 -1
- package/examples/typescript/hierarchy-tree/package.json +1 -1
- package/examples/typescript/hierarchy-treemap/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/package.json +1 -1
- package/examples/typescript/map-day-and-night/package.json +1 -1
- package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/typescript/map-with-bubbles/package.json +1 -1
- package/examples/typescript/map-zoom-to-country/package.json +1 -1
- package/examples/typescript/misc-40-charts/package.json +1 -1
- package/examples/typescript/misc-microchart-grid/package.json +1 -1
- package/examples/typescript/pie-chart/package.json +1 -1
- package/examples/typescript/pie-donut-chart/package.json +1 -1
- package/examples/typescript/pie-variable-radius/package.json +1 -1
- package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
- package/examples/typescript/radar-heat-map/package.json +1 -1
- package/examples/typescript/radar-line/package.json +1 -1
- package/examples/typescript/radar-time-line/package.json +1 -1
- package/examples/typescript/sliced-funnel/package.json +1 -1
- package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/typescript/sliced-pyramid/package.json +1 -1
- package/examples/typescript/venn-diagram/package.json +1 -1
- package/examples/typescript/wordcloud-with-data/package.json +1 -1
- package/examples/typescript/wordcloud-with-text/package.json +1 -1
- package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/typescript/xy-bubble/package.json +1 -1
- package/examples/typescript/xy-candlestick/package.json +1 -1
- package/examples/typescript/xy-clustered-column/package.json +1 -1
- package/examples/typescript/xy-column/package.json +1 -1
- package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/typescript/xy-data-grouping/package.json +1 -1
- package/examples/typescript/xy-draggable-range/package.json +1 -1
- package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/typescript/xy-dumbbell plot/package.json +1 -1
- package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/typescript/xy-line/package.json +1 -1
- package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/typescript/xy-live-data/package.json +1 -1
- package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/typescript/xy-ohlc/package.json +1 -1
- package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/typescript/xy-smoothed-line/package.json +1 -1
- package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/typescript/xy-stacked-column/package.json +1 -1
- package/examples/typescript/xy-stacked-step/package.json +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/package.json +1 -1
- package/plugins/json.d.ts +2 -0
- package/plugins/json.d.ts.map +1 -0
- package/plugins/json.js +2 -0
- package/plugins/json.js.map +1 -0
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is automatically generated by `yarn generate-classes`.
|
|
3
|
+
* DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!
|
|
4
|
+
*/
|
|
5
|
+
import { Annotator } from "./../exporting/Annotator";
|
|
6
|
+
import { Axis } from "./../../charts/xy/axes/Axis";
|
|
7
|
+
import { AxisBullet } from "./../../charts/xy/axes/AxisBullet";
|
|
8
|
+
import { AxisLabel } from "./../../charts/xy/axes/AxisLabel";
|
|
9
|
+
import { AxisLabelRadial } from "./../../charts/xy/axes/AxisLabelRadial";
|
|
10
|
+
import { AxisRenderer } from "./../../charts/xy/axes/AxisRenderer";
|
|
11
|
+
import { AxisRendererCircular } from "./../../charts/radar/AxisRendererCircular";
|
|
12
|
+
import { AxisRendererRadial } from "./../../charts/radar/AxisRendererRadial";
|
|
13
|
+
import { AxisRendererX } from "./../../charts/xy/axes/AxisRendererX";
|
|
14
|
+
import { AxisRendererY } from "./../../charts/xy/axes/AxisRendererY";
|
|
15
|
+
import { AxisTick } from "./../../charts/xy/axes/AxisTick";
|
|
16
|
+
import { BaseColumnSeries } from "./../../charts/xy/series/BaseColumnSeries";
|
|
17
|
+
import { BreadcrumbBar } from "./../../charts/hierarchy/BreadcrumbBar";
|
|
18
|
+
import { Bullet } from "./../../core/render/Bullet";
|
|
19
|
+
import { Button } from "./../../core/render/Button";
|
|
20
|
+
import { Candlestick } from "./../../charts/xy/series/Candlestick";
|
|
21
|
+
import { CandlestickSeries } from "./../../charts/xy/series/CandlestickSeries";
|
|
22
|
+
import { CategoryAxis } from "./../../charts/xy/axes/CategoryAxis";
|
|
23
|
+
import { CategoryDateAxis } from "./../../charts/xy/axes/CategoryDateAxis";
|
|
24
|
+
import { Chart } from "./../../core/render/Chart";
|
|
25
|
+
import { Chord } from "./../../charts/flow/Chord";
|
|
26
|
+
import { ChordDirected } from "./../../charts/flow/ChordDirected";
|
|
27
|
+
import { ChordLink } from "./../../charts/flow/ChordLink";
|
|
28
|
+
import { ChordLinkDirected } from "./../../charts/flow/ChordLinkDirected";
|
|
29
|
+
import { ChordNodes } from "./../../charts/flow/ChordNodes";
|
|
30
|
+
import { ChordNonRibbon } from "./../../charts/flow/ChordNonRibbon";
|
|
31
|
+
import { Circle } from "./../../core/render/Circle";
|
|
32
|
+
import { CirclePattern } from "./../../core/render/patterns/CirclePattern";
|
|
33
|
+
import { ClockHand } from "./../../charts/radar/ClockHand";
|
|
34
|
+
import { ColorSet } from "./../../core/util/ColorSet";
|
|
35
|
+
import { ColumnSeries } from "./../../charts/xy/series/ColumnSeries";
|
|
36
|
+
import { Component } from "./../../core/render/Component";
|
|
37
|
+
import { Container } from "./../../core/render/Container";
|
|
38
|
+
import { DateAxis } from "./../../charts/xy/axes/DateAxis";
|
|
39
|
+
import { DurationAxis } from "./../../charts/xy/axes/DurationAxis";
|
|
40
|
+
import { Ellipse } from "./../../core/render/Ellipse";
|
|
41
|
+
import { Entity } from "./../../core/util/Entity";
|
|
42
|
+
import { Exporting } from "./../exporting/Exporting";
|
|
43
|
+
import { ExportingMenu } from "./../exporting/ExportingMenu";
|
|
44
|
+
import { Flow } from "./../../charts/flow/Flow";
|
|
45
|
+
import { FlowLink } from "./../../charts/flow/FlowLink";
|
|
46
|
+
import { FlowNode } from "./../../charts/flow/FlowNode";
|
|
47
|
+
import { FlowNodes } from "./../../charts/flow/FlowNodes";
|
|
48
|
+
import { ForceDirected } from "./../../charts/hierarchy/ForceDirected";
|
|
49
|
+
import { FunnelSeries } from "./../../charts/funnel/FunnelSeries";
|
|
50
|
+
import { FunnelSlice } from "./../../charts/funnel/FunnelSlice";
|
|
51
|
+
import { GaplessDateAxis } from "./../../charts/xy/axes/GaplessDateAxis";
|
|
52
|
+
import { Gradient } from "./../../core/render/gradients/Gradient";
|
|
53
|
+
import { Graphics } from "./../../core/render/Graphics";
|
|
54
|
+
import { GraticuleSeries } from "./../../charts/map/GraticuleSeries";
|
|
55
|
+
import { Grid } from "./../../charts/xy/axes/Grid";
|
|
56
|
+
import { GridLayout } from "./../../core/render/GridLayout";
|
|
57
|
+
import { HeatLegend } from "./../../core/render/HeatLegend";
|
|
58
|
+
import { Hierarchy } from "./../../charts/hierarchy/Hierarchy";
|
|
59
|
+
import { HierarchyLink } from "./../../charts/hierarchy/HierarchyLink";
|
|
60
|
+
import { HierarchyNode } from "./../../charts/hierarchy/HierarchyNode";
|
|
61
|
+
import { HorizontalLayout } from "./../../core/render/HorizontalLayout";
|
|
62
|
+
import { InterfaceColors } from "./../../core/util/InterfaceColors";
|
|
63
|
+
import { Label } from "./../../core/render/Label";
|
|
64
|
+
import { Layout } from "./../../core/render/Layout";
|
|
65
|
+
import { Legend } from "./../../core/render/Legend";
|
|
66
|
+
import { Line } from "./../../core/render/Line";
|
|
67
|
+
import { LinePattern } from "./../../core/render/patterns/LinePattern";
|
|
68
|
+
import { LineSeries } from "./../../charts/xy/series/LineSeries";
|
|
69
|
+
import { LinearGradient } from "./../../core/render/gradients/LinearGradient";
|
|
70
|
+
import { LinkedHierarchy } from "./../../charts/hierarchy/LinkedHierarchy";
|
|
71
|
+
import { LinkedHierarchyNode } from "./../../charts/hierarchy/LinkedHierarchyNode";
|
|
72
|
+
import { MapChart } from "./../../charts/map/MapChart";
|
|
73
|
+
import { MapLine } from "./../../charts/map/MapLine";
|
|
74
|
+
import { MapLineSeries } from "./../../charts/map/MapLineSeries";
|
|
75
|
+
import { MapPointSeries } from "./../../charts/map/MapPointSeries";
|
|
76
|
+
import { MapPolygon } from "./../../charts/map/MapPolygon";
|
|
77
|
+
import { MapPolygonSeries } from "./../../charts/map/MapPolygonSeries";
|
|
78
|
+
import { MapSeries } from "./../../charts/map/MapSeries";
|
|
79
|
+
import { Modal } from "./../../core/util/Modal";
|
|
80
|
+
import { OHLC } from "./../../charts/xy/series/OHLC";
|
|
81
|
+
import { OHLCSeries } from "./../../charts/xy/series/OHLCSeries";
|
|
82
|
+
import { Pack } from "./../../charts/hierarchy/Pack";
|
|
83
|
+
import { Partition } from "./../../charts/hierarchy/Partition";
|
|
84
|
+
import { Pattern } from "./../../core/render/patterns/Pattern";
|
|
85
|
+
import { PercentChart } from "./../../charts/percent/PercentChart";
|
|
86
|
+
import { PercentSeries } from "./../../charts/percent/PercentSeries";
|
|
87
|
+
import { PictorialStackedSeries } from "./../../charts/funnel/PictorialStackedSeries";
|
|
88
|
+
import { Picture } from "./../../core/render/Picture";
|
|
89
|
+
import { PieChart } from "./../../charts/pie/PieChart";
|
|
90
|
+
import { PieSeries } from "./../../charts/pie/PieSeries";
|
|
91
|
+
import { PointedRectangle } from "./../../core/render/PointedRectangle";
|
|
92
|
+
import { PyramidSeries } from "./../../charts/funnel/PyramidSeries";
|
|
93
|
+
import { RadarChart } from "./../../charts/radar/RadarChart";
|
|
94
|
+
import { RadarColumnSeries } from "./../../charts/radar/RadarColumnSeries";
|
|
95
|
+
import { RadarCursor } from "./../../charts/radar/RadarCursor";
|
|
96
|
+
import { RadarLineSeries } from "./../../charts/radar/RadarLineSeries";
|
|
97
|
+
import { RadialGradient } from "./../../core/render/gradients/RadialGradient";
|
|
98
|
+
import { RadialLabel } from "./../../core/render/RadialLabel";
|
|
99
|
+
import { RadialText } from "./../../core/render/RadialText";
|
|
100
|
+
import { Rectangle } from "./../../core/render/Rectangle";
|
|
101
|
+
import { RectanglePattern } from "./../../core/render/patterns/RectanglePattern";
|
|
102
|
+
import { RoundedRectangle } from "./../../core/render/RoundedRectangle";
|
|
103
|
+
import { Sankey } from "./../../charts/flow/Sankey";
|
|
104
|
+
import { SankeyLink } from "./../../charts/flow/SankeyLink";
|
|
105
|
+
import { SankeyNodes } from "./../../charts/flow/SankeyNodes";
|
|
106
|
+
import { Scrollbar } from "./../../core/render/Scrollbar";
|
|
107
|
+
import { SerialChart } from "./../../core/render/SerialChart";
|
|
108
|
+
import { Series } from "./../../core/render/Series";
|
|
109
|
+
import { Slice } from "./../../core/render/Slice";
|
|
110
|
+
import { SliceGrouper } from "./../sliceGrouper/SliceGrouper";
|
|
111
|
+
import { SlicedChart } from "./../../charts/funnel/SlicedChart";
|
|
112
|
+
import { Slider } from "./../../core/render/Slider";
|
|
113
|
+
import { SmoothedRadarLineSeries } from "./../../charts/radar/SmoothedRadarLineSeries";
|
|
114
|
+
import { SmoothedXLineSeries } from "./../../charts/xy/series/SmoothedXLineSeries";
|
|
115
|
+
import { SmoothedXYLineSeries } from "./../../charts/xy/series/SmoothedXYLineSeries";
|
|
116
|
+
import { SmoothedYLineSeries } from "./../../charts/xy/series/SmoothedYLineSeries";
|
|
117
|
+
import { Sprite } from "./../../core/render/Sprite";
|
|
118
|
+
import { Star } from "./../../core/render/Star";
|
|
119
|
+
import { StepLineSeries } from "./../../charts/xy/series/StepLineSeries";
|
|
120
|
+
import { Sunburst } from "./../../charts/hierarchy/Sunburst";
|
|
121
|
+
import { Text } from "./../../core/render/Text";
|
|
122
|
+
import { Tick } from "./../../core/render/Tick";
|
|
123
|
+
import { Tooltip } from "./../../core/render/Tooltip";
|
|
124
|
+
import { Tree } from "./../../charts/hierarchy/Tree";
|
|
125
|
+
import { Treemap } from "./../../charts/hierarchy/Treemap";
|
|
126
|
+
import { Triangle } from "./../../core/render/Triangle";
|
|
127
|
+
import { ValueAxis } from "./../../charts/xy/axes/ValueAxis";
|
|
128
|
+
import { Venn } from "./../../charts/venn/Venn";
|
|
129
|
+
import { VerticalLayout } from "./../../core/render/VerticalLayout";
|
|
130
|
+
import { WordCloud } from "./../../charts/wordcloud/WordCloud";
|
|
131
|
+
import { XYChart } from "./../../charts/xy/XYChart";
|
|
132
|
+
import { XYChartScrollbar } from "./../../charts/xy/XYChartScrollbar";
|
|
133
|
+
import { XYCursor } from "./../../charts/xy/XYCursor";
|
|
134
|
+
import { XYSeries } from "./../../charts/xy/series/XYSeries";
|
|
135
|
+
import { ZoomControl } from "./../../charts/map/ZoomControl";
|
|
136
|
+
var classes = {
|
|
137
|
+
"Annotator": Annotator,
|
|
138
|
+
"Axis": Axis,
|
|
139
|
+
"AxisBullet": AxisBullet,
|
|
140
|
+
"AxisLabel": AxisLabel,
|
|
141
|
+
"AxisLabelRadial": AxisLabelRadial,
|
|
142
|
+
"AxisRenderer": AxisRenderer,
|
|
143
|
+
"AxisRendererCircular": AxisRendererCircular,
|
|
144
|
+
"AxisRendererRadial": AxisRendererRadial,
|
|
145
|
+
"AxisRendererX": AxisRendererX,
|
|
146
|
+
"AxisRendererY": AxisRendererY,
|
|
147
|
+
"AxisTick": AxisTick,
|
|
148
|
+
"BaseColumnSeries": BaseColumnSeries,
|
|
149
|
+
"BreadcrumbBar": BreadcrumbBar,
|
|
150
|
+
"Bullet": Bullet,
|
|
151
|
+
"Button": Button,
|
|
152
|
+
"Candlestick": Candlestick,
|
|
153
|
+
"CandlestickSeries": CandlestickSeries,
|
|
154
|
+
"CategoryAxis": CategoryAxis,
|
|
155
|
+
"CategoryDateAxis": CategoryDateAxis,
|
|
156
|
+
"Chart": Chart,
|
|
157
|
+
"Chord": Chord,
|
|
158
|
+
"ChordDirected": ChordDirected,
|
|
159
|
+
"ChordLink": ChordLink,
|
|
160
|
+
"ChordLinkDirected": ChordLinkDirected,
|
|
161
|
+
"ChordNodes": ChordNodes,
|
|
162
|
+
"ChordNonRibbon": ChordNonRibbon,
|
|
163
|
+
"Circle": Circle,
|
|
164
|
+
"CirclePattern": CirclePattern,
|
|
165
|
+
"ClockHand": ClockHand,
|
|
166
|
+
"ColorSet": ColorSet,
|
|
167
|
+
"ColumnSeries": ColumnSeries,
|
|
168
|
+
"Component": Component,
|
|
169
|
+
"Container": Container,
|
|
170
|
+
"DateAxis": DateAxis,
|
|
171
|
+
"DurationAxis": DurationAxis,
|
|
172
|
+
"Ellipse": Ellipse,
|
|
173
|
+
"Entity": Entity,
|
|
174
|
+
"Exporting": Exporting,
|
|
175
|
+
"ExportingMenu": ExportingMenu,
|
|
176
|
+
"Flow": Flow,
|
|
177
|
+
"FlowLink": FlowLink,
|
|
178
|
+
"FlowNode": FlowNode,
|
|
179
|
+
"FlowNodes": FlowNodes,
|
|
180
|
+
"ForceDirected": ForceDirected,
|
|
181
|
+
"FunnelSeries": FunnelSeries,
|
|
182
|
+
"FunnelSlice": FunnelSlice,
|
|
183
|
+
"GaplessDateAxis": GaplessDateAxis,
|
|
184
|
+
"Gradient": Gradient,
|
|
185
|
+
"Graphics": Graphics,
|
|
186
|
+
"GraticuleSeries": GraticuleSeries,
|
|
187
|
+
"Grid": Grid,
|
|
188
|
+
"GridLayout": GridLayout,
|
|
189
|
+
"HeatLegend": HeatLegend,
|
|
190
|
+
"Hierarchy": Hierarchy,
|
|
191
|
+
"HierarchyLink": HierarchyLink,
|
|
192
|
+
"HierarchyNode": HierarchyNode,
|
|
193
|
+
"HorizontalLayout": HorizontalLayout,
|
|
194
|
+
"InterfaceColors": InterfaceColors,
|
|
195
|
+
"Label": Label,
|
|
196
|
+
"Layout": Layout,
|
|
197
|
+
"Legend": Legend,
|
|
198
|
+
"Line": Line,
|
|
199
|
+
"LinePattern": LinePattern,
|
|
200
|
+
"LineSeries": LineSeries,
|
|
201
|
+
"LinearGradient": LinearGradient,
|
|
202
|
+
"LinkedHierarchy": LinkedHierarchy,
|
|
203
|
+
"LinkedHierarchyNode": LinkedHierarchyNode,
|
|
204
|
+
"MapChart": MapChart,
|
|
205
|
+
"MapLine": MapLine,
|
|
206
|
+
"MapLineSeries": MapLineSeries,
|
|
207
|
+
"MapPointSeries": MapPointSeries,
|
|
208
|
+
"MapPolygon": MapPolygon,
|
|
209
|
+
"MapPolygonSeries": MapPolygonSeries,
|
|
210
|
+
"MapSeries": MapSeries,
|
|
211
|
+
"Modal": Modal,
|
|
212
|
+
"OHLC": OHLC,
|
|
213
|
+
"OHLCSeries": OHLCSeries,
|
|
214
|
+
"Pack": Pack,
|
|
215
|
+
"Partition": Partition,
|
|
216
|
+
"Pattern": Pattern,
|
|
217
|
+
"PercentChart": PercentChart,
|
|
218
|
+
"PercentSeries": PercentSeries,
|
|
219
|
+
"PictorialStackedSeries": PictorialStackedSeries,
|
|
220
|
+
"Picture": Picture,
|
|
221
|
+
"PieChart": PieChart,
|
|
222
|
+
"PieSeries": PieSeries,
|
|
223
|
+
"PointedRectangle": PointedRectangle,
|
|
224
|
+
"PyramidSeries": PyramidSeries,
|
|
225
|
+
"RadarChart": RadarChart,
|
|
226
|
+
"RadarColumnSeries": RadarColumnSeries,
|
|
227
|
+
"RadarCursor": RadarCursor,
|
|
228
|
+
"RadarLineSeries": RadarLineSeries,
|
|
229
|
+
"RadialGradient": RadialGradient,
|
|
230
|
+
"RadialLabel": RadialLabel,
|
|
231
|
+
"RadialText": RadialText,
|
|
232
|
+
"Rectangle": Rectangle,
|
|
233
|
+
"RectanglePattern": RectanglePattern,
|
|
234
|
+
"RoundedRectangle": RoundedRectangle,
|
|
235
|
+
"Sankey": Sankey,
|
|
236
|
+
"SankeyLink": SankeyLink,
|
|
237
|
+
"SankeyNodes": SankeyNodes,
|
|
238
|
+
"Scrollbar": Scrollbar,
|
|
239
|
+
"SerialChart": SerialChart,
|
|
240
|
+
"Series": Series,
|
|
241
|
+
"Slice": Slice,
|
|
242
|
+
"SliceGrouper": SliceGrouper,
|
|
243
|
+
"SlicedChart": SlicedChart,
|
|
244
|
+
"Slider": Slider,
|
|
245
|
+
"SmoothedRadarLineSeries": SmoothedRadarLineSeries,
|
|
246
|
+
"SmoothedXLineSeries": SmoothedXLineSeries,
|
|
247
|
+
"SmoothedXYLineSeries": SmoothedXYLineSeries,
|
|
248
|
+
"SmoothedYLineSeries": SmoothedYLineSeries,
|
|
249
|
+
"Sprite": Sprite,
|
|
250
|
+
"Star": Star,
|
|
251
|
+
"StepLineSeries": StepLineSeries,
|
|
252
|
+
"Sunburst": Sunburst,
|
|
253
|
+
"Text": Text,
|
|
254
|
+
"Tick": Tick,
|
|
255
|
+
"Tooltip": Tooltip,
|
|
256
|
+
"Tree": Tree,
|
|
257
|
+
"Treemap": Treemap,
|
|
258
|
+
"Triangle": Triangle,
|
|
259
|
+
"ValueAxis": ValueAxis,
|
|
260
|
+
"Venn": Venn,
|
|
261
|
+
"VerticalLayout": VerticalLayout,
|
|
262
|
+
"WordCloud": WordCloud,
|
|
263
|
+
"XYChart": XYChart,
|
|
264
|
+
"XYChartScrollbar": XYChartScrollbar,
|
|
265
|
+
"XYCursor": XYCursor,
|
|
266
|
+
"XYSeries": XYSeries,
|
|
267
|
+
"ZoomControl": ZoomControl,
|
|
268
|
+
};
|
|
269
|
+
export default classes;
|
|
270
|
+
//# sourceMappingURL=Classes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Classes.js","sourceRoot":"","sources":["../../../../../src/.internal/plugins/json/Classes.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * This file is automatically generated by `yarn generate-classes`.\n * DO NOT MANUALLY EDIT IT OR YOUR CHANGES WILL BE LOST!\n */\n\nimport { Annotator } from \"./../exporting/Annotator\";\nimport { Axis } from \"./../../charts/xy/axes/Axis\";\nimport { AxisBullet } from \"./../../charts/xy/axes/AxisBullet\";\nimport { AxisLabel } from \"./../../charts/xy/axes/AxisLabel\";\nimport { AxisLabelRadial } from \"./../../charts/xy/axes/AxisLabelRadial\";\nimport { AxisRenderer } from \"./../../charts/xy/axes/AxisRenderer\";\nimport { AxisRendererCircular } from \"./../../charts/radar/AxisRendererCircular\";\nimport { AxisRendererRadial } from \"./../../charts/radar/AxisRendererRadial\";\nimport { AxisRendererX } from \"./../../charts/xy/axes/AxisRendererX\";\nimport { AxisRendererY } from \"./../../charts/xy/axes/AxisRendererY\";\nimport { AxisTick } from \"./../../charts/xy/axes/AxisTick\";\nimport { BaseColumnSeries } from \"./../../charts/xy/series/BaseColumnSeries\";\nimport { BreadcrumbBar } from \"./../../charts/hierarchy/BreadcrumbBar\";\nimport { Bullet } from \"./../../core/render/Bullet\";\nimport { Button } from \"./../../core/render/Button\";\nimport { Candlestick } from \"./../../charts/xy/series/Candlestick\";\nimport { CandlestickSeries } from \"./../../charts/xy/series/CandlestickSeries\";\nimport { CategoryAxis } from \"./../../charts/xy/axes/CategoryAxis\";\nimport { CategoryDateAxis } from \"./../../charts/xy/axes/CategoryDateAxis\";\nimport { Chart } from \"./../../core/render/Chart\";\nimport { Chord } from \"./../../charts/flow/Chord\";\nimport { ChordDirected } from \"./../../charts/flow/ChordDirected\";\nimport { ChordLink } from \"./../../charts/flow/ChordLink\";\nimport { ChordLinkDirected } from \"./../../charts/flow/ChordLinkDirected\";\nimport { ChordNodes } from \"./../../charts/flow/ChordNodes\";\nimport { ChordNonRibbon } from \"./../../charts/flow/ChordNonRibbon\";\nimport { Circle } from \"./../../core/render/Circle\";\nimport { CirclePattern } from \"./../../core/render/patterns/CirclePattern\";\nimport { ClockHand } from \"./../../charts/radar/ClockHand\";\nimport { ColorSet } from \"./../../core/util/ColorSet\";\nimport { ColumnSeries } from \"./../../charts/xy/series/ColumnSeries\";\nimport { Component } from \"./../../core/render/Component\";\nimport { Container } from \"./../../core/render/Container\";\nimport { DateAxis } from \"./../../charts/xy/axes/DateAxis\";\nimport { DurationAxis } from \"./../../charts/xy/axes/DurationAxis\";\nimport { Ellipse } from \"./../../core/render/Ellipse\";\nimport { Entity } from \"./../../core/util/Entity\";\nimport { Exporting } from \"./../exporting/Exporting\";\nimport { ExportingMenu } from \"./../exporting/ExportingMenu\";\nimport { Flow } from \"./../../charts/flow/Flow\";\nimport { FlowLink } from \"./../../charts/flow/FlowLink\";\nimport { FlowNode } from \"./../../charts/flow/FlowNode\";\nimport { FlowNodes } from \"./../../charts/flow/FlowNodes\";\nimport { ForceDirected } from \"./../../charts/hierarchy/ForceDirected\";\nimport { FunnelSeries } from \"./../../charts/funnel/FunnelSeries\";\nimport { FunnelSlice } from \"./../../charts/funnel/FunnelSlice\";\nimport { GaplessDateAxis } from \"./../../charts/xy/axes/GaplessDateAxis\";\nimport { Gradient } from \"./../../core/render/gradients/Gradient\";\nimport { Graphics } from \"./../../core/render/Graphics\";\nimport { GraticuleSeries } from \"./../../charts/map/GraticuleSeries\";\nimport { Grid } from \"./../../charts/xy/axes/Grid\";\nimport { GridLayout } from \"./../../core/render/GridLayout\";\nimport { HeatLegend } from \"./../../core/render/HeatLegend\";\nimport { Hierarchy } from \"./../../charts/hierarchy/Hierarchy\";\nimport { HierarchyLink } from \"./../../charts/hierarchy/HierarchyLink\";\nimport { HierarchyNode } from \"./../../charts/hierarchy/HierarchyNode\";\nimport { HorizontalLayout } from \"./../../core/render/HorizontalLayout\";\nimport { InterfaceColors } from \"./../../core/util/InterfaceColors\";\nimport { Label } from \"./../../core/render/Label\";\nimport { Layout } from \"./../../core/render/Layout\";\nimport { Legend } from \"./../../core/render/Legend\";\nimport { Line } from \"./../../core/render/Line\";\nimport { LinePattern } from \"./../../core/render/patterns/LinePattern\";\nimport { LineSeries } from \"./../../charts/xy/series/LineSeries\";\nimport { LinearGradient } from \"./../../core/render/gradients/LinearGradient\";\nimport { LinkedHierarchy } from \"./../../charts/hierarchy/LinkedHierarchy\";\nimport { LinkedHierarchyNode } from \"./../../charts/hierarchy/LinkedHierarchyNode\";\nimport { MapChart } from \"./../../charts/map/MapChart\";\nimport { MapLine } from \"./../../charts/map/MapLine\";\nimport { MapLineSeries } from \"./../../charts/map/MapLineSeries\";\nimport { MapPointSeries } from \"./../../charts/map/MapPointSeries\";\nimport { MapPolygon } from \"./../../charts/map/MapPolygon\";\nimport { MapPolygonSeries } from \"./../../charts/map/MapPolygonSeries\";\nimport { MapSeries } from \"./../../charts/map/MapSeries\";\nimport { Modal } from \"./../../core/util/Modal\";\nimport { OHLC } from \"./../../charts/xy/series/OHLC\";\nimport { OHLCSeries } from \"./../../charts/xy/series/OHLCSeries\";\nimport { Pack } from \"./../../charts/hierarchy/Pack\";\nimport { Partition } from \"./../../charts/hierarchy/Partition\";\nimport { Pattern } from \"./../../core/render/patterns/Pattern\";\nimport { PercentChart } from \"./../../charts/percent/PercentChart\";\nimport { PercentSeries } from \"./../../charts/percent/PercentSeries\";\nimport { PictorialStackedSeries } from \"./../../charts/funnel/PictorialStackedSeries\";\nimport { Picture } from \"./../../core/render/Picture\";\nimport { PieChart } from \"./../../charts/pie/PieChart\";\nimport { PieSeries } from \"./../../charts/pie/PieSeries\";\nimport { PointedRectangle } from \"./../../core/render/PointedRectangle\";\nimport { PyramidSeries } from \"./../../charts/funnel/PyramidSeries\";\nimport { RadarChart } from \"./../../charts/radar/RadarChart\";\nimport { RadarColumnSeries } from \"./../../charts/radar/RadarColumnSeries\";\nimport { RadarCursor } from \"./../../charts/radar/RadarCursor\";\nimport { RadarLineSeries } from \"./../../charts/radar/RadarLineSeries\";\nimport { RadialGradient } from \"./../../core/render/gradients/RadialGradient\";\nimport { RadialLabel } from \"./../../core/render/RadialLabel\";\nimport { RadialText } from \"./../../core/render/RadialText\";\nimport { Rectangle } from \"./../../core/render/Rectangle\";\nimport { RectanglePattern } from \"./../../core/render/patterns/RectanglePattern\";\nimport { RoundedRectangle } from \"./../../core/render/RoundedRectangle\";\nimport { Sankey } from \"./../../charts/flow/Sankey\";\nimport { SankeyLink } from \"./../../charts/flow/SankeyLink\";\nimport { SankeyNodes } from \"./../../charts/flow/SankeyNodes\";\nimport { Scrollbar } from \"./../../core/render/Scrollbar\";\nimport { SerialChart } from \"./../../core/render/SerialChart\";\nimport { Series } from \"./../../core/render/Series\";\nimport { Slice } from \"./../../core/render/Slice\";\nimport { SliceGrouper } from \"./../sliceGrouper/SliceGrouper\";\nimport { SlicedChart } from \"./../../charts/funnel/SlicedChart\";\nimport { Slider } from \"./../../core/render/Slider\";\nimport { SmoothedRadarLineSeries } from \"./../../charts/radar/SmoothedRadarLineSeries\";\nimport { SmoothedXLineSeries } from \"./../../charts/xy/series/SmoothedXLineSeries\";\nimport { SmoothedXYLineSeries } from \"./../../charts/xy/series/SmoothedXYLineSeries\";\nimport { SmoothedYLineSeries } from \"./../../charts/xy/series/SmoothedYLineSeries\";\nimport { Sprite } from \"./../../core/render/Sprite\";\nimport { Star } from \"./../../core/render/Star\";\nimport { StepLineSeries } from \"./../../charts/xy/series/StepLineSeries\";\nimport { Sunburst } from \"./../../charts/hierarchy/Sunburst\";\nimport { Text } from \"./../../core/render/Text\";\nimport { Tick } from \"./../../core/render/Tick\";\nimport { Tooltip } from \"./../../core/render/Tooltip\";\nimport { Tree } from \"./../../charts/hierarchy/Tree\";\nimport { Treemap } from \"./../../charts/hierarchy/Treemap\";\nimport { Triangle } from \"./../../core/render/Triangle\";\nimport { ValueAxis } from \"./../../charts/xy/axes/ValueAxis\";\nimport { Venn } from \"./../../charts/venn/Venn\";\nimport { VerticalLayout } from \"./../../core/render/VerticalLayout\";\nimport { WordCloud } from \"./../../charts/wordcloud/WordCloud\";\nimport { XYChart } from \"./../../charts/xy/XYChart\";\nimport { XYChartScrollbar } from \"./../../charts/xy/XYChartScrollbar\";\nimport { XYCursor } from \"./../../charts/xy/XYCursor\";\nimport { XYSeries } from \"./../../charts/xy/series/XYSeries\";\nimport { ZoomControl } from \"./../../charts/map/ZoomControl\";\n\nexport interface IClasses {\n\t\"Annotator\": typeof Annotator;\n\t\"Axis\": typeof Axis;\n\t\"AxisBullet\": typeof AxisBullet;\n\t\"AxisLabel\": typeof AxisLabel;\n\t\"AxisLabelRadial\": typeof AxisLabelRadial;\n\t\"AxisRenderer\": typeof AxisRenderer;\n\t\"AxisRendererCircular\": typeof AxisRendererCircular;\n\t\"AxisRendererRadial\": typeof AxisRendererRadial;\n\t\"AxisRendererX\": typeof AxisRendererX;\n\t\"AxisRendererY\": typeof AxisRendererY;\n\t\"AxisTick\": typeof AxisTick;\n\t\"BaseColumnSeries\": typeof BaseColumnSeries;\n\t\"BreadcrumbBar\": typeof BreadcrumbBar;\n\t\"Bullet\": typeof Bullet;\n\t\"Button\": typeof Button;\n\t\"Candlestick\": typeof Candlestick;\n\t\"CandlestickSeries\": typeof CandlestickSeries;\n\t\"CategoryAxis\": typeof CategoryAxis;\n\t\"CategoryDateAxis\": typeof CategoryDateAxis;\n\t\"Chart\": typeof Chart;\n\t\"Chord\": typeof Chord;\n\t\"ChordDirected\": typeof ChordDirected;\n\t\"ChordLink\": typeof ChordLink;\n\t\"ChordLinkDirected\": typeof ChordLinkDirected;\n\t\"ChordNodes\": typeof ChordNodes;\n\t\"ChordNonRibbon\": typeof ChordNonRibbon;\n\t\"Circle\": typeof Circle;\n\t\"CirclePattern\": typeof CirclePattern;\n\t\"ClockHand\": typeof ClockHand;\n\t\"ColorSet\": typeof ColorSet;\n\t\"ColumnSeries\": typeof ColumnSeries;\n\t\"Component\": typeof Component;\n\t\"Container\": typeof Container;\n\t\"DateAxis\": typeof DateAxis;\n\t\"DurationAxis\": typeof DurationAxis;\n\t\"Ellipse\": typeof Ellipse;\n\t\"Entity\": typeof Entity;\n\t\"Exporting\": typeof Exporting;\n\t\"ExportingMenu\": typeof ExportingMenu;\n\t\"Flow\": typeof Flow;\n\t\"FlowLink\": typeof FlowLink;\n\t\"FlowNode\": typeof FlowNode;\n\t\"FlowNodes\": typeof FlowNodes;\n\t\"ForceDirected\": typeof ForceDirected;\n\t\"FunnelSeries\": typeof FunnelSeries;\n\t\"FunnelSlice\": typeof FunnelSlice;\n\t\"GaplessDateAxis\": typeof GaplessDateAxis;\n\t\"Gradient\": typeof Gradient;\n\t\"Graphics\": typeof Graphics;\n\t\"GraticuleSeries\": typeof GraticuleSeries;\n\t\"Grid\": typeof Grid;\n\t\"GridLayout\": typeof GridLayout;\n\t\"HeatLegend\": typeof HeatLegend;\n\t\"Hierarchy\": typeof Hierarchy;\n\t\"HierarchyLink\": typeof HierarchyLink;\n\t\"HierarchyNode\": typeof HierarchyNode;\n\t\"HorizontalLayout\": typeof HorizontalLayout;\n\t\"InterfaceColors\": typeof InterfaceColors;\n\t\"Label\": typeof Label;\n\t\"Layout\": typeof Layout;\n\t\"Legend\": typeof Legend;\n\t\"Line\": typeof Line;\n\t\"LinePattern\": typeof LinePattern;\n\t\"LineSeries\": typeof LineSeries;\n\t\"LinearGradient\": typeof LinearGradient;\n\t\"LinkedHierarchy\": typeof LinkedHierarchy;\n\t\"LinkedHierarchyNode\": typeof LinkedHierarchyNode;\n\t\"MapChart\": typeof MapChart;\n\t\"MapLine\": typeof MapLine;\n\t\"MapLineSeries\": typeof MapLineSeries;\n\t\"MapPointSeries\": typeof MapPointSeries;\n\t\"MapPolygon\": typeof MapPolygon;\n\t\"MapPolygonSeries\": typeof MapPolygonSeries;\n\t\"MapSeries\": typeof MapSeries;\n\t\"Modal\": typeof Modal;\n\t\"OHLC\": typeof OHLC;\n\t\"OHLCSeries\": typeof OHLCSeries;\n\t\"Pack\": typeof Pack;\n\t\"Partition\": typeof Partition;\n\t\"Pattern\": typeof Pattern;\n\t\"PercentChart\": typeof PercentChart;\n\t\"PercentSeries\": typeof PercentSeries;\n\t\"PictorialStackedSeries\": typeof PictorialStackedSeries;\n\t\"Picture\": typeof Picture;\n\t\"PieChart\": typeof PieChart;\n\t\"PieSeries\": typeof PieSeries;\n\t\"PointedRectangle\": typeof PointedRectangle;\n\t\"PyramidSeries\": typeof PyramidSeries;\n\t\"RadarChart\": typeof RadarChart;\n\t\"RadarColumnSeries\": typeof RadarColumnSeries;\n\t\"RadarCursor\": typeof RadarCursor;\n\t\"RadarLineSeries\": typeof RadarLineSeries;\n\t\"RadialGradient\": typeof RadialGradient;\n\t\"RadialLabel\": typeof RadialLabel;\n\t\"RadialText\": typeof RadialText;\n\t\"Rectangle\": typeof Rectangle;\n\t\"RectanglePattern\": typeof RectanglePattern;\n\t\"RoundedRectangle\": typeof RoundedRectangle;\n\t\"Sankey\": typeof Sankey;\n\t\"SankeyLink\": typeof SankeyLink;\n\t\"SankeyNodes\": typeof SankeyNodes;\n\t\"Scrollbar\": typeof Scrollbar;\n\t\"SerialChart\": typeof SerialChart;\n\t\"Series\": typeof Series;\n\t\"Slice\": typeof Slice;\n\t\"SliceGrouper\": typeof SliceGrouper;\n\t\"SlicedChart\": typeof SlicedChart;\n\t\"Slider\": typeof Slider;\n\t\"SmoothedRadarLineSeries\": typeof SmoothedRadarLineSeries;\n\t\"SmoothedXLineSeries\": typeof SmoothedXLineSeries;\n\t\"SmoothedXYLineSeries\": typeof SmoothedXYLineSeries;\n\t\"SmoothedYLineSeries\": typeof SmoothedYLineSeries;\n\t\"Sprite\": typeof Sprite;\n\t\"Star\": typeof Star;\n\t\"StepLineSeries\": typeof StepLineSeries;\n\t\"Sunburst\": typeof Sunburst;\n\t\"Text\": typeof Text;\n\t\"Tick\": typeof Tick;\n\t\"Tooltip\": typeof Tooltip;\n\t\"Tree\": typeof Tree;\n\t\"Treemap\": typeof Treemap;\n\t\"Triangle\": typeof Triangle;\n\t\"ValueAxis\": typeof ValueAxis;\n\t\"Venn\": typeof Venn;\n\t\"VerticalLayout\": typeof VerticalLayout;\n\t\"WordCloud\": typeof WordCloud;\n\t\"XYChart\": typeof XYChart;\n\t\"XYChartScrollbar\": typeof XYChartScrollbar;\n\t\"XYCursor\": typeof XYCursor;\n\t\"XYSeries\": typeof XYSeries;\n\t\"ZoomControl\": typeof ZoomControl;\n}\n\nconst classes: IClasses = {\n\t\"Annotator\": Annotator,\n\t\"Axis\": Axis,\n\t\"AxisBullet\": AxisBullet,\n\t\"AxisLabel\": AxisLabel,\n\t\"AxisLabelRadial\": AxisLabelRadial,\n\t\"AxisRenderer\": AxisRenderer,\n\t\"AxisRendererCircular\": AxisRendererCircular,\n\t\"AxisRendererRadial\": AxisRendererRadial,\n\t\"AxisRendererX\": AxisRendererX,\n\t\"AxisRendererY\": AxisRendererY,\n\t\"AxisTick\": AxisTick,\n\t\"BaseColumnSeries\": BaseColumnSeries,\n\t\"BreadcrumbBar\": BreadcrumbBar,\n\t\"Bullet\": Bullet,\n\t\"Button\": Button,\n\t\"Candlestick\": Candlestick,\n\t\"CandlestickSeries\": CandlestickSeries,\n\t\"CategoryAxis\": CategoryAxis,\n\t\"CategoryDateAxis\": CategoryDateAxis,\n\t\"Chart\": Chart,\n\t\"Chord\": Chord,\n\t\"ChordDirected\": ChordDirected,\n\t\"ChordLink\": ChordLink,\n\t\"ChordLinkDirected\": ChordLinkDirected,\n\t\"ChordNodes\": ChordNodes,\n\t\"ChordNonRibbon\": ChordNonRibbon,\n\t\"Circle\": Circle,\n\t\"CirclePattern\": CirclePattern,\n\t\"ClockHand\": ClockHand,\n\t\"ColorSet\": ColorSet,\n\t\"ColumnSeries\": ColumnSeries,\n\t\"Component\": Component,\n\t\"Container\": Container,\n\t\"DateAxis\": DateAxis,\n\t\"DurationAxis\": DurationAxis,\n\t\"Ellipse\": Ellipse,\n\t\"Entity\": Entity,\n\t\"Exporting\": Exporting,\n\t\"ExportingMenu\": ExportingMenu,\n\t\"Flow\": Flow,\n\t\"FlowLink\": FlowLink,\n\t\"FlowNode\": FlowNode,\n\t\"FlowNodes\": FlowNodes,\n\t\"ForceDirected\": ForceDirected,\n\t\"FunnelSeries\": FunnelSeries,\n\t\"FunnelSlice\": FunnelSlice,\n\t\"GaplessDateAxis\": GaplessDateAxis,\n\t\"Gradient\": Gradient,\n\t\"Graphics\": Graphics,\n\t\"GraticuleSeries\": GraticuleSeries,\n\t\"Grid\": Grid,\n\t\"GridLayout\": GridLayout,\n\t\"HeatLegend\": HeatLegend,\n\t\"Hierarchy\": Hierarchy,\n\t\"HierarchyLink\": HierarchyLink,\n\t\"HierarchyNode\": HierarchyNode,\n\t\"HorizontalLayout\": HorizontalLayout,\n\t\"InterfaceColors\": InterfaceColors,\n\t\"Label\": Label,\n\t\"Layout\": Layout,\n\t\"Legend\": Legend,\n\t\"Line\": Line,\n\t\"LinePattern\": LinePattern,\n\t\"LineSeries\": LineSeries,\n\t\"LinearGradient\": LinearGradient,\n\t\"LinkedHierarchy\": LinkedHierarchy,\n\t\"LinkedHierarchyNode\": LinkedHierarchyNode,\n\t\"MapChart\": MapChart,\n\t\"MapLine\": MapLine,\n\t\"MapLineSeries\": MapLineSeries,\n\t\"MapPointSeries\": MapPointSeries,\n\t\"MapPolygon\": MapPolygon,\n\t\"MapPolygonSeries\": MapPolygonSeries,\n\t\"MapSeries\": MapSeries,\n\t\"Modal\": Modal,\n\t\"OHLC\": OHLC,\n\t\"OHLCSeries\": OHLCSeries,\n\t\"Pack\": Pack,\n\t\"Partition\": Partition,\n\t\"Pattern\": Pattern,\n\t\"PercentChart\": PercentChart,\n\t\"PercentSeries\": PercentSeries,\n\t\"PictorialStackedSeries\": PictorialStackedSeries,\n\t\"Picture\": Picture,\n\t\"PieChart\": PieChart,\n\t\"PieSeries\": PieSeries,\n\t\"PointedRectangle\": PointedRectangle,\n\t\"PyramidSeries\": PyramidSeries,\n\t\"RadarChart\": RadarChart,\n\t\"RadarColumnSeries\": RadarColumnSeries,\n\t\"RadarCursor\": RadarCursor,\n\t\"RadarLineSeries\": RadarLineSeries,\n\t\"RadialGradient\": RadialGradient,\n\t\"RadialLabel\": RadialLabel,\n\t\"RadialText\": RadialText,\n\t\"Rectangle\": Rectangle,\n\t\"RectanglePattern\": RectanglePattern,\n\t\"RoundedRectangle\": RoundedRectangle,\n\t\"Sankey\": Sankey,\n\t\"SankeyLink\": SankeyLink,\n\t\"SankeyNodes\": SankeyNodes,\n\t\"Scrollbar\": Scrollbar,\n\t\"SerialChart\": SerialChart,\n\t\"Series\": Series,\n\t\"Slice\": Slice,\n\t\"SliceGrouper\": SliceGrouper,\n\t\"SlicedChart\": SlicedChart,\n\t\"Slider\": Slider,\n\t\"SmoothedRadarLineSeries\": SmoothedRadarLineSeries,\n\t\"SmoothedXLineSeries\": SmoothedXLineSeries,\n\t\"SmoothedXYLineSeries\": SmoothedXYLineSeries,\n\t\"SmoothedYLineSeries\": SmoothedYLineSeries,\n\t\"Sprite\": Sprite,\n\t\"Star\": Star,\n\t\"StepLineSeries\": StepLineSeries,\n\t\"Sunburst\": Sunburst,\n\t\"Text\": Text,\n\t\"Tick\": Tick,\n\t\"Tooltip\": Tooltip,\n\t\"Tree\": Tree,\n\t\"Treemap\": Treemap,\n\t\"Triangle\": Triangle,\n\t\"ValueAxis\": ValueAxis,\n\t\"Venn\": Venn,\n\t\"VerticalLayout\": VerticalLayout,\n\t\"WordCloud\": WordCloud,\n\t\"XYChart\": XYChart,\n\t\"XYChartScrollbar\": XYChartScrollbar,\n\t\"XYCursor\": XYCursor,\n\t\"XYSeries\": XYSeries,\n\t\"ZoomControl\": ZoomControl,\n};\n\nexport default classes;\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Root } from "../../core/Root";
|
|
2
|
+
import type { Settings } from "../../core/util/Entity";
|
|
3
|
+
export declare class JsonParser {
|
|
4
|
+
parse<E extends Settings>(root: Root, object: unknown): E;
|
|
5
|
+
parseString<E extends Settings>(root: Root, string: string): E;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Json.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Json.d.ts","sourceRoot":"","sources":["../../../../../src/.internal/plugins/json/Json.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAyBvD,qBAAa,UAAU;IACnB,KAAK,CAAC,CAAC,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,GAAG,CAAC;IAsCzD,WAAW,CAAC,CAAC,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,CAAC;CAGjE"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Entity } from "../../core/util/Entity";
|
|
2
|
+
import { Sprite } from "../../core/render/Sprite";
|
|
3
|
+
import { Container } from "../../core/render/Container";
|
|
4
|
+
import * as $type from "../../core/util/Type";
|
|
5
|
+
import * as $array from "../../core/util/Array";
|
|
6
|
+
import classes from "./Classes";
|
|
7
|
+
function isJson(value) {
|
|
8
|
+
return $type.isObject(value) && !$type.isArray(value) && $type.isString(value.name);
|
|
9
|
+
}
|
|
10
|
+
var JsonParser = /** @class */ (function () {
|
|
11
|
+
function JsonParser() {
|
|
12
|
+
}
|
|
13
|
+
Object.defineProperty(JsonParser.prototype, "parse", {
|
|
14
|
+
enumerable: false,
|
|
15
|
+
configurable: true,
|
|
16
|
+
writable: true,
|
|
17
|
+
value: function (root, object) {
|
|
18
|
+
var _this = this;
|
|
19
|
+
if (isJson(object)) {
|
|
20
|
+
var construct = classes[object.name];
|
|
21
|
+
if (!construct) {
|
|
22
|
+
throw new Error("Could not find class `" + object.name + "`");
|
|
23
|
+
}
|
|
24
|
+
var entity_1 = construct.new(root, object.settings);
|
|
25
|
+
if (entity_1 instanceof Entity) {
|
|
26
|
+
if (object.adapters) {
|
|
27
|
+
$array.each(object.adapters, function (adapter) {
|
|
28
|
+
entity_1.adapters.add(adapter.key, adapter.callback);
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
if (entity_1 instanceof Container) {
|
|
33
|
+
if (object.children) {
|
|
34
|
+
$array.each(object.children, function (child) {
|
|
35
|
+
var sprite = _this.parse(root, child);
|
|
36
|
+
if (!(sprite instanceof Sprite)) {
|
|
37
|
+
throw new Error("Children must be Sprite");
|
|
38
|
+
}
|
|
39
|
+
entity_1.children.push(sprite);
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return entity_1;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
throw new Error("JsonParser.parse requires an object which has a `name` property");
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(JsonParser.prototype, "parseString", {
|
|
51
|
+
enumerable: false,
|
|
52
|
+
configurable: true,
|
|
53
|
+
writable: true,
|
|
54
|
+
value: function (root, string) {
|
|
55
|
+
return this.parse(root, JSON.parse(string));
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
return JsonParser;
|
|
59
|
+
}());
|
|
60
|
+
export { JsonParser };
|
|
61
|
+
//# sourceMappingURL=Json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Json.js","sourceRoot":"","sources":["../../../../../src/.internal/plugins/json/Json.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,MAAM,MAAM,uBAAuB,CAAC;AAGhD,OAAO,OAAO,MAAM,WAAW,CAAC;AAYhC,SAAS,MAAM,CAAC,KAAU;IACtB,OAAO,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAE,KAAa,CAAC,IAAI,CAAC,CAAC;AACjG,CAAC;AAED;IAAA;IA0CA,CAAC;;;;;eAzCG,UAA0B,IAAU,EAAE,MAAe;YAArD,iBAoCC;YAnCG,IAAI,MAAM,CAAC,MAAM,CAAC,EAAE;gBAChB,IAAM,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC,IAAI,CAAQ,CAAC;gBAC9C,IAAI,CAAC,SAAS,EAAE;oBACZ,MAAM,IAAI,KAAK,CAAC,wBAAwB,GAAG,MAAM,CAAC,IAAI,GAAG,GAAG,CAAC,CAAC;iBACjE;gBAED,IAAM,QAAM,GAAG,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAM,CAAC;gBAEzD,IAAI,QAAM,YAAY,MAAM,EAAE;oBAC1B,IAAI,MAAM,CAAC,QAAQ,EAAE;wBACjB,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,QAA8B,EAAE,UAAC,OAAO;4BACvD,QAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;wBACvD,CAAC,CAAC,CAAC;qBACN;iBACJ;gBAED,IAAI,QAAM,YAAY,SAAS,EAAE;oBAC7B,IAAI,MAAM,CAAC,QAAQ,EAAE;wBACjB,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,QAAwB,EAAE,UAAC,KAAK;4BAC/C,IAAM,MAAM,GAAG,KAAI,CAAC,KAAK,CAAS,IAAI,EAAE,KAAK,CAAC,CAAC;4BAE/C,IAAI,CAAC,CAAC,MAAM,YAAY,MAAM,CAAC,EAAE;gCAC7B,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;6BAC9C;4BAED,QAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;wBACjC,CAAC,CAAC,CAAC;qBACN;iBACJ;gBAED,OAAO,QAAM,CAAC;aAEjB;iBAAM;gBACH,MAAM,IAAI,KAAK,CAAC,iEAAiE,CAAC,CAAC;aACtF;QACL,CAAC;;;;;;eAED,UAAgC,IAAU,EAAE,MAAc;YACtD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;QAChD,CAAC;;IACL,iBAAC;AAAD,CAAC,AA1CD,IA0CC","sourcesContent":["import type { Root } from \"../../core/Root\";\nimport type { Settings } from \"../../core/util/Entity\";\nimport { Entity } from \"../../core/util/Entity\";\nimport { Sprite } from \"../../core/render/Sprite\";\nimport { Container } from \"../../core/render/Container\";\n\nimport * as $type from \"../../core/util/Type\";\nimport * as $array from \"../../core/util/Array\";\n\nimport type { IClasses } from \"./Classes\";\nimport classes from \"./Classes\";\n\ninterface IAdapter<E extends Settings> {\n key: keyof E[\"_settings\"],\n callback: (value: E[\"_settings\"][this[\"key\"]], target: E, key: this[\"key\"]) => E[\"_settings\"][this[\"key\"]];\n}\n\ninterface IJson {\n name: keyof IClasses;\n [key: string]: unknown;\n}\n\nfunction isJson(value: any): value is IJson {\n return $type.isObject(value) && !$type.isArray(value) && $type.isString((value as any).name);\n}\n\nexport class JsonParser {\n parse<E extends Settings>(root: Root, object: unknown): E {\n if (isJson(object)) {\n const construct = classes[object.name] as any;\n if (!construct) {\n throw new Error(\"Could not find class `\" + object.name + \"`\");\n }\n\n const entity = construct.new(root, object.settings) as E;\n\n if (entity instanceof Entity) {\n if (object.adapters) {\n $array.each(object.adapters as Array<IAdapter<E>>, (adapter) => {\n entity.adapters.add(adapter.key, adapter.callback);\n });\n }\n }\n\n if (entity instanceof Container) {\n if (object.children) {\n $array.each(object.children as Array<IJson>, (child) => {\n const sprite = this.parse<Sprite>(root, child);\n\n if (!(sprite instanceof Sprite)) {\n throw new Error(\"Children must be Sprite\");\n }\n\n entity.children.push(sprite);\n });\n }\n }\n\n return entity;\n\n } else {\n throw new Error(\"JsonParser.parse requires an object which has a `name` property\");\n }\n }\n\n parseString<E extends Settings>(root: Root, string: string): E {\n return this.parse(root, JSON.parse(string));\n }\n}\n"]}
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
|
5
5
|
Please note, that this project, while following numbering syntax, it DOES NOT
|
|
6
6
|
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
|
|
7
7
|
|
|
8
|
+
## [5.1.9] - 2022-03-17
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fixed the issue with resizing a chart inside of a flexbox. ([Issue 311](https://github.com/amcharts/amcharts5/issues/311))
|
|
12
|
+
- Fixed jumpy axis when panning an `XYChart` with mouse wheel.
|
|
13
|
+
- Panning XYChart with mouse wheel had incorrect direction if axis was inversed.
|
|
14
|
+
- If axis range had a gradient fill, gradient used to spread only through visible area, making it look icorrect.
|
|
15
|
+
- After pinch zooming and `XYChart` or zooming the chart with no animated theme used, CPU usage used to increase.
|
|
16
|
+
- `DateAxis` with `baseIntervals` `timeUnit` set to `"month"` could show incorrect month in the axis tooltip.
|
|
17
|
+
- If a `Graphics` had a gradient `fill`/`stroke` and initially was invisible, setting it to visible did not make the gradient to appear.
|
|
18
|
+
- While zooming `LineSeries`, a part of the line to the left of the first visible data point could disappear.
|
|
19
|
+
|
|
20
|
+
|
|
8
21
|
## [5.1.8] - 2022-03-10
|
|
9
22
|
|
|
10
23
|
### Added
|