@amcharts/amcharts5 5.1.6 → 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/flow/ChordLink.d.ts +12 -0
- package/.internal/charts/flow/ChordLink.d.ts.map +1 -1
- package/.internal/charts/flow/ChordLink.js.map +1 -1
- package/.internal/charts/flow/Flow.d.ts +2 -0
- package/.internal/charts/flow/Flow.d.ts.map +1 -1
- package/.internal/charts/flow/Flow.js +17 -0
- package/.internal/charts/flow/Flow.js.map +1 -1
- package/.internal/charts/flow/FlowNodes.d.ts +7 -0
- package/.internal/charts/flow/FlowNodes.d.ts.map +1 -1
- package/.internal/charts/flow/FlowNodes.js +7 -0
- package/.internal/charts/flow/FlowNodes.js.map +1 -1
- package/.internal/charts/flow/Sankey.d.ts.map +1 -1
- package/.internal/charts/flow/Sankey.js +59 -57
- package/.internal/charts/flow/Sankey.js.map +1 -1
- package/.internal/charts/funnel/FunnelSeries.d.ts +9 -0
- package/.internal/charts/funnel/FunnelSeries.d.ts.map +1 -1
- package/.internal/charts/funnel/FunnelSeries.js.map +1 -1
- package/.internal/charts/hierarchy/Hierarchy.d.ts +36 -0
- package/.internal/charts/hierarchy/Hierarchy.d.ts.map +1 -1
- package/.internal/charts/hierarchy/Hierarchy.js.map +1 -1
- package/.internal/charts/map/MapChart.d.ts +2 -0
- package/.internal/charts/map/MapChart.d.ts.map +1 -1
- package/.internal/charts/map/MapChart.js +30 -3
- package/.internal/charts/map/MapChart.js.map +1 -1
- package/.internal/charts/map/MapPointSeries.d.ts +6 -0
- package/.internal/charts/map/MapPointSeries.d.ts.map +1 -1
- package/.internal/charts/map/MapPointSeries.js.map +1 -1
- package/.internal/charts/percent/PercentSeries.d.ts +18 -0
- package/.internal/charts/percent/PercentSeries.d.ts.map +1 -1
- package/.internal/charts/percent/PercentSeries.js.map +1 -1
- package/.internal/charts/pie/PieSeries.d.ts +3 -0
- package/.internal/charts/pie/PieSeries.d.ts.map +1 -1
- package/.internal/charts/pie/PieSeries.js.map +1 -1
- package/.internal/charts/radar/AxisRendererCircular.d.ts +12 -0
- package/.internal/charts/radar/AxisRendererCircular.d.ts.map +1 -1
- package/.internal/charts/radar/AxisRendererCircular.js.map +1 -1
- package/.internal/charts/radar/AxisRendererRadial.d.ts +12 -0
- package/.internal/charts/radar/AxisRendererRadial.d.ts.map +1 -1
- package/.internal/charts/radar/AxisRendererRadial.js.map +1 -1
- package/.internal/charts/radar/RadarChart.d.ts +2 -0
- package/.internal/charts/radar/RadarChart.d.ts.map +1 -1
- package/.internal/charts/radar/RadarChart.js +16 -0
- package/.internal/charts/radar/RadarChart.js.map +1 -1
- package/.internal/charts/radar/RadarColumnSeries.d.ts +15 -0
- package/.internal/charts/radar/RadarColumnSeries.d.ts.map +1 -1
- package/.internal/charts/radar/RadarColumnSeries.js.map +1 -1
- package/.internal/charts/radar/RadarCursor.d.ts +12 -0
- package/.internal/charts/radar/RadarCursor.d.ts.map +1 -1
- package/.internal/charts/radar/RadarCursor.js.map +1 -1
- package/.internal/charts/wordcloud/WordCloud.d.ts +3 -0
- package/.internal/charts/wordcloud/WordCloud.d.ts.map +1 -1
- package/.internal/charts/wordcloud/WordCloud.js.map +1 -1
- package/.internal/charts/xy/XYChart.d.ts +45 -0
- package/.internal/charts/xy/XYChart.d.ts.map +1 -1
- package/.internal/charts/xy/XYChart.js +222 -43
- package/.internal/charts/xy/XYChart.js.map +1 -1
- package/.internal/charts/xy/XYChartDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/xy/XYChartDefaultTheme.js +3 -1
- package/.internal/charts/xy/XYChartDefaultTheme.js.map +1 -1
- package/.internal/charts/xy/XYCursor.d.ts.map +1 -1
- package/.internal/charts/xy/XYCursor.js +8 -1
- package/.internal/charts/xy/XYCursor.js.map +1 -1
- package/.internal/charts/xy/axes/Axis.d.ts +2 -0
- package/.internal/charts/xy/axes/Axis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/Axis.js +7 -0
- package/.internal/charts/xy/axes/Axis.js.map +1 -1
- package/.internal/charts/xy/axes/AxisLabel.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisLabel.js.map +1 -1
- package/.internal/charts/xy/axes/AxisRenderer.d.ts +3 -0
- package/.internal/charts/xy/axes/AxisRenderer.d.ts.map +1 -1
- package/.internal/charts/xy/axes/AxisRenderer.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 +11 -3
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/DurationAxis.d.ts +5 -0
- package/.internal/charts/xy/axes/DurationAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/DurationAxis.js.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts +3 -0
- package/.internal/charts/xy/axes/GaplessDateAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/GaplessDateAxis.js.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.d.ts +74 -0
- package/.internal/charts/xy/axes/ValueAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/ValueAxis.js +1 -0
- package/.internal/charts/xy/axes/ValueAxis.js.map +1 -1
- package/.internal/charts/xy/series/Candlestick.d.ts +27 -0
- package/.internal/charts/xy/series/Candlestick.d.ts.map +1 -1
- package/.internal/charts/xy/series/Candlestick.js.map +1 -1
- package/.internal/charts/xy/series/CandlestickSeries.d.ts +6 -1
- package/.internal/charts/xy/series/CandlestickSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/CandlestickSeries.js.map +1 -1
- package/.internal/charts/xy/series/ColumnSeries.d.ts +3 -0
- package/.internal/charts/xy/series/ColumnSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/ColumnSeries.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/charts/xy/series/OHLCSeries.d.ts +3 -0
- package/.internal/charts/xy/series/OHLCSeries.d.ts.map +1 -1
- package/.internal/charts/xy/series/OHLCSeries.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.d.ts +2 -0
- package/.internal/core/render/Graphics.d.ts.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.d.ts.map +1 -1
- package/.internal/core/render/Sprite.js +15 -1
- package/.internal/core/render/Sprite.js.map +1 -1
- package/.internal/core/render/Tooltip.d.ts.map +1 -1
- package/.internal/core/render/Tooltip.js +14 -4
- package/.internal/core/render/Tooltip.js.map +1 -1
- package/.internal/core/render/VerticalLayout.js +1 -1
- package/.internal/core/render/VerticalLayout.js.map +1 -1
- package/.internal/core/render/backend/CanvasRenderer.d.ts +3 -5
- package/.internal/core/render/backend/CanvasRenderer.d.ts.map +1 -1
- package/.internal/core/render/backend/CanvasRenderer.js +49 -34
- package/.internal/core/render/backend/CanvasRenderer.js.map +1 -1
- package/.internal/core/util/Benchmark.js +1 -1
- package/.internal/core/util/Benchmark.js.map +1 -1
- package/.internal/core/util/Entity.d.ts +1 -1
- package/.internal/core/util/Entity.d.ts.map +1 -1
- package/.internal/core/util/Entity.js +1 -1
- package/.internal/core/util/Entity.js.map +1 -1
- package/.internal/core/util/Language.js +3 -3
- package/.internal/core/util/Language.js.map +1 -1
- package/.internal/core/util/ResizeSensor.d.ts.map +1 -1
- package/.internal/core/util/ResizeSensor.js +2 -3
- package/.internal/core/util/ResizeSensor.js.map +1 -1
- package/.internal/core/util/Template.d.ts +1 -1
- package/.internal/core/util/Template.d.ts.map +1 -1
- package/.internal/core/util/Template.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/core/util/Utils.js +1 -1
- package/.internal/core/util/Utils.js.map +1 -1
- package/.internal/plugins/exporting/Exporting.d.ts +0 -4
- package/.internal/plugins/exporting/Exporting.d.ts.map +1 -1
- package/.internal/plugins/exporting/Exporting.js +4 -49
- package/.internal/plugins/exporting/Exporting.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 +41 -0
- package/LICENSE +1 -1
- 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/locales/nb_NO.js +6 -6
- package/locales/nb_NO.js.map +1 -1
- package/package.json +2 -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 @@
|
|
|
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,47 @@ 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
|
+
|
|
21
|
+
## [5.1.8] - 2022-03-10
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
- Settings `pinchZoomX` and `pinchZoomY` (defaults: `false`) added to `XYChart`. If set to `true` will allow pinch-zooming of a chart on touch devices. NOTE: these settings are not supported on `RadarChart`.
|
|
25
|
+
- `topPlotContainer` added to `XYChart`. It's a `Container` that can be used to place element over plot area.
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
- The types for adapters has been changed to be more intuitive and useful. ([Issue 312](https://github.com/amcharts/amcharts5/issues/312))
|
|
29
|
+
- Tapping an element on a touch device will now generate `pointerover` event in addition to `click`. When tapped somewhere else, `pointerout` event will be triggered.
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
- Fixing ES6 module detection by BundlePhobia again ([Issue 294](https://github.com/amcharts/amcharts5/issues/294)).
|
|
33
|
+
- Pinch-zooming of a `MapChart` was not working well in some cases.
|
|
34
|
+
- `maxHeight` setting in `Sprite` was not working.
|
|
35
|
+
- Change of `minWidth` was not being applied at once, only if some other changes triggered chart to be redrawn.
|
|
36
|
+
- Changing or not setting data on an existing `FlowChart` was resulting in a JS error.
|
|
37
|
+
- `maxPanOut` setting in `MapChart` was not working.
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [5.1.7] - 2022-02-28
|
|
41
|
+
|
|
42
|
+
### Fixed
|
|
43
|
+
- Grouping to periods where `timeUnit` was `"day"` and `count > 1` was not working properly.
|
|
44
|
+
- When tooltips of multiple series were pointing at the same point, series order was not being respected (FF only).
|
|
45
|
+
- If a scrollbar was added before axes, scrolling series could result series to be out of sync with bullets.
|
|
46
|
+
- Tweaked `nb_NO` locale to better correspond to Norwegian Bokmål date formats.
|
|
47
|
+
|
|
48
|
+
|
|
8
49
|
## [5.1.6] - 2022-02-23
|
|
9
50
|
|
|
10
51
|
### Fixed
|
package/LICENSE
CHANGED
|
@@ -21,7 +21,7 @@ This amCharts software is provided under linkware license, conditions of which a
|
|
|
21
21
|
* Remove or alter this LICENSE file.
|
|
22
22
|
* Remove any of the amCharts copyright notices from any of the files of amCharts software.
|
|
23
23
|
* Use amCharts software without any kind of prominent attribution (bundled or custom). Please see note about commercial amCharts licenses below.
|
|
24
|
-
* Sell or receive any
|
|
24
|
+
* Sell or receive any compensation for amCharts software.
|
|
25
25
|
* Distribute amCharts software on its own, not as part of other application.
|
|
26
26
|
|
|
27
27
|
### The above does not suit you?
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "amcharts5-example-xy-animated-bullet-at-the-end-of-the-series",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@amcharts/amcharts5": "^5.1.
|
|
6
|
+
"@amcharts/amcharts5": "^5.1.9",
|
|
7
7
|
"source-map-loader": "^3.0.0",
|
|
8
8
|
"webpack": "^5.1.3",
|
|
9
9
|
"webpack-cli": "^4.1.0",
|