- Notifications
You must be signed in to change notification settings - Fork70
add treemap config json files#65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
14 commits Select commitHold shift + click to select a range
0253d8e add treemap config json files
incandescentxxc1ee2259 typos
incandescentxxc1ac90dd remove unnecessary files
incandescentxxcbbddc58 update json config
incandescentxxca76f860 update json config
incandescentxxcd6e724a formatting json
incandescentxxcc5b339c add emphasis type for treemap & add corresponding classes"
incandescentxxcd0cd82e add treemap support
incandescentxxc069ca23 formating files
incandescentxxcea145a6 formating files
incandescentxxc8bbd1a4 fix formating & simple treemap
incandescentxxc77ab189 remove unnecessary url in config files
incandescentxxc8f6a18a formating test files
incandescentxxc5145ac3 reformat
incandescentxxcFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/breadcrumb-emphasis-item-style.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "BreadcrumbEmphasisItemStyle", | ||
| "type": "class", | ||
| "implements": ["BreadcrumbEmphasisItemStyleOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/breadcrumb-item-style.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "BreadcrumbItemStyle", | ||
| "type": "class", | ||
| "implements": ["BreadcrumbItemStyleOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/breadcrumb.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "Breadcrumb", | ||
| "type": "class", | ||
| "implements": ["BreadcrumbOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-emphasis.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapEmphasis", | ||
| "type": "class", | ||
| "implements": ["TreemapEmphasisOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-series-item-style.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapSeriesItemStyle", | ||
| "type": "class", | ||
| "implements": ["TreemapSeriesItemStyleOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-series-label.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapSeriesLabel", | ||
| "type": "class", | ||
| "implements": ["TreemapSeriesLabelOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-series-level.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapSeriesLevel", | ||
| "type": "class", | ||
| "implements": ["TreemapSeriesLevelOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-series-node-item.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapSeriesNodeItem", | ||
| "type": "class", | ||
| "implements": ["TreemapSeriesNodeItemOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-series-visual.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapSeriesVisual", | ||
| "type": "class", | ||
| "implements": ["TreemapSeriesVisualOption"] | ||
| } |
5 changes: 5 additions & 0 deletionsscripts/config/org/icepear/echarts/charts/treemap/treemap-series.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "name": "TreemapSeries", | ||
| "type": "class", | ||
| "implements": ["TreemapSeriesOption"] | ||
| } |
9 changes: 9 additions & 0 deletions...onfig/org/icepear/echarts/origin/chart/treemap/breadcrumb-emphasis-item-style-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "name": "BreadcrumbEmphasisItemStyleOption", | ||
| "type": "interface", | ||
| "extends": [], | ||
| "fields": [{ "name": "itemStyle", "types": ["BreadcrumbItemStyleOption"] }], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L205" | ||
| ] | ||
| } |
14 changes: 14 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/breadcrumb-item-style-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "name": "BreadcrumbItemStyleOption", | ||
| "type": "interface", | ||
| "extends": ["ItemStyleOption"], | ||
| "fields": [ | ||
| { | ||
| "name": "textStyle", | ||
| "types": ["LabelOption"] | ||
| } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L51" | ||
| ] | ||
| } |
15 changes: 15 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/breadcrumb-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "name": "BreadcrumbOption", | ||
| "type": "interface", | ||
| "extends": ["BoxLayoutOptionMixin"], | ||
| "fields": [ | ||
| { "name": "show", "types": ["Boolean"] }, | ||
| { "name": "height", "types": ["Number"] }, | ||
| { "name": "emptyItemWidth", "types": ["Number"] }, | ||
| { "name": "itemStyle", "types": ["BreadcrumbItemStyleOption"] }, | ||
| { "name": "emphasis", "types": ["BreadcrumbEmphasisItemStyleOption"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L198" | ||
| ] | ||
| } |
15 changes: 15 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-emphasis-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "name": "TreemapEmphasisOption", | ||
| "type": "interface", | ||
| "extends": ["TreemapStateOption", "EmphasisOption"], | ||
| "fields": [ | ||
| { | ||
| "name": "focus", | ||
| "types": ["String"] | ||
| } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L87", | ||
| "https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L1541" | ||
| ] | ||
| } |
15 changes: 15 additions & 0 deletions...pts/config/org/icepear/echarts/origin/chart/treemap/treemap-series-item-style-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "name": "TreemapSeriesItemStyleOption", | ||
| "type": "interface", | ||
| "extends": ["ItemStyleOption"], | ||
| "fields": [ | ||
| { "name": "borderRadius", "types": ["Number", "Number[]"] }, | ||
| { "name": "colorAlpha", "types": ["Number"] }, | ||
| { "name": "colorSaturation", "types": ["Number"] }, | ||
| { "name": "borderColorSaturation", "types": ["Number"] }, | ||
| { "name": "gapWidth", "types": ["Number"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L61" | ||
| ] | ||
| } |
12 changes: 12 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-series-label-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "name": "TreemapSeriesLabelOption", | ||
| "type": "interface", | ||
| "extends": ["SeriesLabelOption"], | ||
| "fields": [ | ||
| { "name": "ellipsis", "types": ["Boolean"] }, | ||
| { "name": "formatter", "types": ["String"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L56" | ||
| ] | ||
| } |
17 changes: 17 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-series-level-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "name": "TreemapSeriesLevelOption", | ||
| "type": "interface", | ||
| "extends": [ | ||
| "TreemapSeriesVisualOption", | ||
| "TreemapStateOption", | ||
| "StatesOptionMixin" | ||
| ], | ||
| "fields": [ | ||
| { "name": "color", "types": ["String[]", "String"] }, | ||
| { "name": "decal", "types": ["DecalObject[]", "String"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L129", | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L69" | ||
| ] | ||
| } |
22 changes: 22 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-series-node-item-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "name": "TreemapSeriesNodeItemOption", | ||
| "type": "interface", | ||
| "extends": [ | ||
| "TreemapSeriesVisualOption", | ||
| "TreemapStateOption", | ||
| "StatesOptionMixin" | ||
| ], | ||
| "fields": [ | ||
| { "name": "id", "types": ["String", "Number"] }, | ||
| { "name": "name", "types": ["String", "Number"] }, | ||
| { "name": "value", "types": ["Number", "Number[]"] }, | ||
| { "name": "children", "types": ["TreemapSeriesNodeItemOption[]"] }, | ||
| { "name": "color", "types": ["String[]", "String"] }, | ||
| { "name": "decal", "types": ["DecalObject[]", "String"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L136", | ||
| "https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L624", | ||
| "https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/util/types.ts#L625" | ||
| ] | ||
| } |
29 changes: 29 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-series-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "name": "TreemapSeriesOption", | ||
| "type": "interface", | ||
| "extends": [ | ||
| "SeriesOption", | ||
| "TreemapStateOption", | ||
| "BoxLayoutOptionMixin", | ||
| "RoamOptionMixin", | ||
| "TreemapSeriesVisualOption" | ||
| ], | ||
| "fields": [ | ||
| { "name": "type", "types": ["String"], "default": "treemap" }, | ||
| { "name": "size", "types": ["Number[]", "String[]"] }, | ||
| { "name": "sort", "types": ["Boolean", "String"] }, | ||
| { "name": "clipWindow", "types": ["String"] }, | ||
| { "name": "squareRatio", "types": ["Number"] }, | ||
| { "name": "leafDepth", "types": ["Number"] }, | ||
| { "name": "drillDownIcon", "types": ["String"] }, | ||
| { "name": "zoomToNodeRatio", "types": ["Number"] }, | ||
| { "name": "nodeClick", "types": ["String"] }, | ||
| { "name": "breadcrumb", "types": ["BreadcrumbOption"] }, | ||
| { "name": "levels", "types": ["TreemapSeriesLevelOption[]"] }, | ||
| { "name": "data", "types": ["TreemapSeriesNodeItemOption[]"] }, | ||
| { "name": "emphasis", "types": ["TreemapEmphasisOption"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L150" | ||
| ] | ||
| } |
18 changes: 18 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-series-visual-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "name": "TreemapSeriesVisualOption", | ||
| "type": "interface", | ||
| "extends": [], | ||
| "fields": [ | ||
| { "name": "visualDimension", "types": ["Number", "String"] }, | ||
| { "name": "colorMappingBy", "types": ["String"] }, | ||
| { "name": "visualMin", "types": ["Number"] }, | ||
| { "name": "visualMax", "types": ["Number"] }, | ||
| { "name": "colorAlpha", "types": ["Number[]", "String"] }, | ||
| { "name": "colorSaturation", "types": ["Number[]", "String"] }, | ||
| { "name": "visibleMin", "types": ["Number"] }, | ||
| { "name": "childrenVisibleMin", "types": ["Number"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L99" | ||
| ] | ||
| } |
13 changes: 13 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/chart/treemap/treemap-state-option.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "name": "TreemapStateOption", | ||
| "type": "interface", | ||
| "extends": [], | ||
| "fields": [ | ||
| { "name": "itemStyle", "types": ["TreemapSeriesItemStyleOption"] }, | ||
| { "name": "label", "types": ["TreemapSeriesLabelOption"] }, | ||
| { "name": "upperLabel", "types": ["TreemapSeriesLabelOption"] } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/chart/treemap/TreemapSeries.ts#L93" | ||
| ] | ||
| } |
52 changes: 52 additions & 0 deletionsscripts/config/org/icepear/echarts/origin/util/decal-object.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "name": "DecalObject", | ||
| "type": "interface", | ||
| "extends": [], | ||
| "fields": [ | ||
| { | ||
| "name": "symbol", | ||
| "types": ["String", "String[]"] | ||
| }, | ||
| { | ||
| "name": "symbolSize", | ||
| "types": ["Number"] | ||
| }, | ||
| { | ||
| "name": "symbolKeepAspect", | ||
| "types": ["Boolean"] | ||
| }, | ||
| { | ||
| "name": "color", | ||
| "types": ["String"] | ||
| }, | ||
| { | ||
| "name": "backgroundColor", | ||
| "types": ["String"] | ||
| }, | ||
| { | ||
| "name": "dashArrayX", | ||
| "types": ["Number", "Number[]", "Number[][]"] | ||
| }, | ||
| { | ||
| "name": "dashArrayY", | ||
| "types": ["Number", "Number[]"] | ||
| }, | ||
| { | ||
| "name": "rotation", | ||
| "types": ["Number"] | ||
| }, | ||
| { | ||
| "name": "maxTileWidth", | ||
| "types": ["Number"] | ||
| }, | ||
| { | ||
| "name": "maxTileHeight", | ||
| "types": ["Number"] | ||
| } | ||
| ], | ||
| "comments": [ | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L707", | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L708", | ||
| "https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/util/types.ts#L709" | ||
| ] | ||
| } |
15 changes: 15 additions & 0 deletionssrc/main/java/org/icepear/echarts/Treemap.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| package org.icepear.echarts; | ||
| import org.icepear.echarts.charts.treemap.TreemapSeries; | ||
| public class Treemap extends Chart<Treemap, TreemapSeries> { | ||
| public Treemap() { | ||
| super(Treemap.class, TreemapSeries.class); | ||
| } | ||
| @Override | ||
| public TreemapSeries createSeries() { | ||
| return new TreemapSeries().setType("treemap"); | ||
| } | ||
| } |
3 changes: 2 additions & 1 deletionsrc/main/java/org/icepear/echarts/charts/bar/BarBackgroundStyle.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionsrc/main/java/org/icepear/echarts/charts/bar/BarItemStyle.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionsrc/main/java/org/icepear/echarts/charts/candlestick/CandlestickItemStyle.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletionsrc/main/java/org/icepear/echarts/charts/pie/PieItemStyle.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.