Zhongxiang Wang [Mon, 16 May 2022 03:39:02 +0000 (11:39 +0800)]
Merge pull request #17007 from apache/fix/graphic
fix(graphic): fix some options may be unexpectedly reset on update
Zhongxiang Wang [Thu, 12 May 2022 03:39:06 +0000 (11:39 +0800)]
Merge pull request #17009 from susiwen8/tree-relative
feat(tree): `tree` focus supports `relative`
susiwen8 [Wed, 11 May 2022 03:48:08 +0000 (11:48 +0800)]
feat(tree): `tree` focus supports `relative`
plainheart [Wed, 11 May 2022 02:18:57 +0000 (10:18 +0800)]
fix(graphic):
1) fix some options may be unexpectedly reset when calling setOption.
2) fix group children can't be updated when calling setOption with no `type` option.
susiwen8 [Tue, 3 May 2022 12:24:22 +0000 (20:24 +0800)]
feat(piecewise): `selecedtMode` support `boolean` (#16972)
* feat(piecewise): `selecedtMode` support `boolean`
* lint: code style
susiwen8 [Sun, 1 May 2022 10:00:51 +0000 (18:00 +0800)]
feat(View): `View` center supports `string` (#16904)
* fix(graphe): graphe center don't support string
* feat(roam): `View` center support string
* test(roam): add test case
* fix: use `extensionApi` to get container `height` and `width`
* fix: add params
* fix(roam): move `api` to `setCenter`
* fix: `setCenter` params are required
Yi Shen [Fri, 29 Apr 2022 10:36:08 +0000 (18:36 +0800)]
Merge pull request #16966 from apache/fix-editor-link
chore: fix broken external editor links
plainheart [Fri, 29 Apr 2022 09:52:17 +0000 (17:52 +0800)]
chore: fix broken external editor links.
Yi Shen [Thu, 28 Apr 2022 06:33:03 +0000 (14:33 +0800)]
Merge pull request #16950 from fuchunhui/master
fix(tree): radial tree with single root doesn't work
Yi Shen [Thu, 28 Apr 2022 06:29:24 +0000 (14:29 +0800)]
Merge pull request #16939 from jiawulin001/issue#16930
fix: tooltip content changes with axis extent when 'triggerOn' set to 'click'
fuchunhui [Wed, 27 Apr 2022 10:45:44 +0000 (18:45 +0800)]
fix(tree): remove unused html
fuchunhui [Wed, 27 Apr 2022 08:56:00 +0000 (16:56 +0800)]
fix(tree): radial tree with single root doesn't work
jiawulin001 [Wed, 27 Apr 2022 07:30:34 +0000 (15:30 +0800)]
fix: use short phrase 'triggerOn' instead
jiawulin001 [Sun, 24 Apr 2022 09:27:42 +0000 (17:27 +0800)]
fix: tooltip content won't change with axis extent when triggerOn set to 'click'
Yi Shen [Fri, 22 Apr 2022 05:52:06 +0000 (13:52 +0800)]
Merge pull request #16922 from jiawulin001/issue#16909
fix: legend visual still with decal when user set 'legend.itemStyle.decal' to 'none'
jiawulin001 [Fri, 22 Apr 2022 03:48:24 +0000 (11:48 +0800)]
fix: remove explicit input 'false'(default) from getShallow
jiawulin001 [Fri, 22 Apr 2022 03:40:40 +0000 (11:40 +0800)]
fix: fix names legendItemModel->itemStyleModel, legendModel->legendItemModel
jiawulin001 [Thu, 21 Apr 2022 08:14:43 +0000 (16:14 +0800)]
fix lint errors
jiawulin001 [Thu, 21 Apr 2022 08:10:39 +0000 (16:10 +0800)]
Update with ternary expression
jiawulin001 [Thu, 21 Apr 2022 07:56:46 +0000 (15:56 +0800)]
remove decal from ITEM_STYLE_KEY_MAP
jiawulin001 [Thu, 21 Apr 2022 07:54:16 +0000 (15:54 +0800)]
added passed down api for functions in legendView
jiawulin001 [Thu, 21 Apr 2022 07:35:07 +0000 (15:35 +0800)]
fix lint error
jiawulin001 [Thu, 21 Apr 2022 07:26:30 +0000 (15:26 +0800)]
Update legend decal style dealer
jiawulin001 [Thu, 21 Apr 2022 03:45:20 +0000 (11:45 +0800)]
Add 'decal' to ITEM_STYLE_KEY_MAP and add check if it is 'none'
Yi Shen [Sun, 17 Apr 2022 04:17:58 +0000 (12:17 +0800)]
Merge pull request #16897 from kongmoumou/fix-type
fix(types): graph autoCurveness option
kongmoumou [Sat, 16 Apr 2022 06:36:39 +0000 (14:36 +0800)]
fix(types): graph autoCurveness option
Yi Shen [Fri, 15 Apr 2022 03:05:32 +0000 (11:05 +0800)]
Merge pull request #16861 from jiawulin001/issue#16853
fix: markArea display filter correction
jiawulin001 [Fri, 15 Apr 2022 02:10:19 +0000 (10:10 +0800)]
optimize variable in MarkAreaView.ts
jiawulin001 [Fri, 15 Apr 2022 01:04:55 +0000 (09:04 +0800)]
fix: Update comment on MarkAreaView.ts
pissang [Thu, 14 Apr 2022 05:47:11 +0000 (13:47 +0800)]
test(markArea): optimize test interactions
pissang [Thu, 14 Apr 2022 05:44:33 +0000 (13:44 +0800)]
test(markArea): add zoom interaction testing
jiawulin001 [Thu, 14 Apr 2022 03:02:52 +0000 (11:02 +0800)]
fix lint style error
jiawulin001 [Thu, 14 Apr 2022 02:50:52 +0000 (10:50 +0800)]
Update with new BoundingRect create
Yi Shen [Thu, 14 Apr 2022 01:25:23 +0000 (09:25 +0800)]
Merge pull request #16881 from apache/ci-cache
ci: fix node modules cache doesn't work
plainheart [Wed, 13 Apr 2022 15:41:04 +0000 (23:41 +0800)]
ci: fix node module cache doesn't work
susiwen8 [Wed, 13 Apr 2022 14:14:33 +0000 (22:14 +0800)]
fix(graph): user cursor has higher priority (#16867)
* fix(graph): user cursor has higher priority
* fix(graph): simplify code
jiawulin001 [Wed, 13 Apr 2022 12:17:40 +0000 (20:17 +0800)]
Fix another lint style error
jiawulin001 [Wed, 13 Apr 2022 12:13:42 +0000 (20:13 +0800)]
fix lint style errors
jiawulin001 [Wed, 13 Apr 2022 12:06:18 +0000 (20:06 +0800)]
Use BoundingRect.intersect instead of rectRectIntersect
Zhongxiang Wang [Tue, 12 Apr 2022 10:27:06 +0000 (18:27 +0800)]
Merge pull request #16854 from Ling310/features/fix-16849
fix: bug 16849
helingjun01 [Tue, 12 Apr 2022 08:27:58 +0000 (16:27 +0800)]
feat: move comment as require
Zhongxiang Wang [Tue, 12 Apr 2022 02:28:09 +0000 (10:28 +0800)]
Merge pull request #16866 from apache/ci/lint
ci: fix lint may not work when pr synchronizes
plainheart [Mon, 11 Apr 2022 13:08:31 +0000 (21:08 +0800)]
ci: fix lint may not work when pr synchronizes.
jiawulin001 [Mon, 11 Apr 2022 08:23:02 +0000 (16:23 +0800)]
fix lint style error and add test case
jiawulin001 [Mon, 11 Apr 2022 07:56:52 +0000 (15:56 +0800)]
fix: markArea display filter correction
Zhongxiang Wang [Mon, 11 Apr 2022 01:47:28 +0000 (09:47 +0800)]
Merge pull request #16772 from jiawulin001/issue#16769
fix: Dump areaStyle polygon when notMerge is true
plainheart [Mon, 11 Apr 2022 01:12:30 +0000 (09:12 +0800)]
test: tweak test case title and add VRT action.
Yi Shen [Sat, 9 Apr 2022 13:55:16 +0000 (21:55 +0800)]
Merge pull request #16857 from apache/humbedooh/notifications
[infra] reset notifications to commits@echarts for commits, PRs and issues
Daniel Gruno [Sat, 9 Apr 2022 09:04:24 +0000 (11:04 +0200)]
[infra] reset notifications to commits@echarts for commits, PRs and issues
helingjun01 [Fri, 8 Apr 2022 11:49:20 +0000 (19:49 +0800)]
fix: bug 16849
Yi Shen [Tue, 5 Apr 2022 07:28:58 +0000 (15:28 +0800)]
Merge pull request #16836 from apache/workflow-add-lint-step
ci: add lint step
plainheart [Tue, 5 Apr 2022 07:11:04 +0000 (15:11 +0800)]
ci: add lint step
Wenli Zhang [Fri, 1 Apr 2022 12:21:36 +0000 (20:21 +0800)]
Merge pull request #16824 from XXXMrG/fix-16786
fix(DataStore): fix typo 'Invalid'. close #16786
gaojian17 [Fri, 1 Apr 2022 12:14:12 +0000 (20:14 +0800)]
fix(DataStore): fix typo 'Invalid'. close #16786
Zhongxiang Wang [Fri, 1 Apr 2022 07:07:41 +0000 (15:07 +0800)]
Merge pull request #16820 from apache/update-keys-materials
chore: update release materials, KEYS, README
plainheart [Fri, 1 Apr 2022 06:12:42 +0000 (14:12 +0800)]
chore: remove deprecated tutorial link for custom build in README.
plainheart [Fri, 1 Apr 2022 06:11:23 +0000 (14:11 +0800)]
chore: update homepage link in package.json
plainheart [Fri, 1 Apr 2022 06:03:10 +0000 (14:03 +0800)]
chore: update KEYS.
plainheart [Fri, 1 Apr 2022 05:58:32 +0000 (13:58 +0800)]
chore: add NPM install link to vote-release template.
Zhongxiang Wang [Fri, 1 Apr 2022 05:50:07 +0000 (13:50 +0800)]
Merge pull request #16819 from apache/release
Merge release 5.3.2 into master
jiawulin001 [Wed, 30 Mar 2022 12:24:27 +0000 (20:24 +0800)]
Update for lint flaws
jiawulin001 [Wed, 30 Mar 2022 04:58:54 +0000 (12:58 +0800)]
fix: Dump areaStyle polygon when notMerge is true
Yi Shen [Tue, 29 Mar 2022 02:51:39 +0000 (10:51 +0800)]
Merge pull request #16764 from apache/fix-radar-tooltip
fix(radar): fix regression bug brought by branch merging.
plainheart [Tue, 29 Mar 2022 02:34:57 +0000 (10:34 +0800)]
fix(radar): fix regression bug brought by branch merging. (#15985)
Zhongxiang Wang [Mon, 28 Mar 2022 08:26:20 +0000 (16:26 +0800)]
Merge pull request #16759 from apache/release-dev
Release 5.3.2
plainheart [Mon, 28 Mar 2022 06:54:22 +0000 (14:54 +0800)]
release 5.3.2
plainheart [Mon, 28 Mar 2022 05:37:38 +0000 (13:37 +0800)]
test: fix potential path issue in Windows.
plainheart [Mon, 28 Mar 2022 04:13:47 +0000 (12:13 +0800)]
style: fix lint problems.
plainheart [Mon, 28 Mar 2022 04:07:58 +0000 (12:07 +0800)]
chore: fix audited packages.
Zhongxiang Wang [Mon, 28 Mar 2022 02:55:35 +0000 (10:55 +0800)]
Merge pull request #16756 from apache/master
Merge master into release for 5.3.2
Yi Shen [Sun, 27 Mar 2022 14:43:43 +0000 (22:43 +0800)]
Merge pull request #16754 from DalpatRathore/grammar-check
fix: CONTRIBUTING.md grammar
Dalpat Rathore [Sun, 27 Mar 2022 05:46:14 +0000 (11:16 +0530)]
fix: CONTRIBUTING.md grammar
Yi Shen [Sun, 27 Mar 2022 01:03:54 +0000 (09:03 +0800)]
Merge pull request #16747 from yassilah/types/export-image
fix: wrong jpg instead of jpeg image export types
Yasser Lahbibi [Fri, 25 Mar 2022 09:35:55 +0000 (10:35 +0100)]
fix: wrong jpg instead of jpeg types
Yi Shen [Fri, 25 Mar 2022 03:16:04 +0000 (11:16 +0800)]
Merge pull request #16704 from apache/fix-toolbox-text-position
fix(toolbox): fix toolbox title may be outside of the chart
Yi Shen [Thu, 24 Mar 2022 15:28:28 +0000 (23:28 +0800)]
Merge pull request #16542 from susiwen8/fix-16539
fix(labelLine): update labelLine `ignore`
susiwen8 [Thu, 24 Mar 2022 14:30:51 +0000 (22:30 +0800)]
fix(labelLine): use correct state name
susiwen8 [Thu, 24 Mar 2022 12:53:26 +0000 (20:53 +0800)]
Merge branch 'master' into fix-16539
Zhongxiang Wang [Thu, 24 Mar 2022 05:38:48 +0000 (13:38 +0800)]
Merge pull request #16736 from apache/fix-radius-splitLine
fix(splitLine): fix chart throws errors when `splitLine` is enabled in radius axis.
plainheart [Thu, 24 Mar 2022 03:27:00 +0000 (11:27 +0800)]
fix(splitLine): fix chart throws errors when `radiusAxis.splitLine` is enabled.
Yi Shen [Thu, 24 Mar 2022 03:04:31 +0000 (11:04 +0800)]
Merge pull request #16719 from jiawulin001/eChIssue#16717
feat: allow areaStyle.origin to take number as input
Yi Shen [Wed, 23 Mar 2022 14:28:05 +0000 (22:28 +0800)]
Merge pull request #16730 from yuanjiangxia/fix-dataZoom
fix(dataZoom): fix the dataZoom was unexpectedly displayed at the top when data contains null values
yuanjiangxia [Wed, 23 Mar 2022 09:53:33 +0000 (17:53 +0800)]
fix(dataZoom): fix the dataZoom was unexpectedly displayed at the top when data contains null values.
jiawulin001 [Wed, 23 Mar 2022 06:45:06 +0000 (14:45 +0800)]
An example of origin Updated
Zhongxiang Wang [Tue, 22 Mar 2022 08:03:29 +0000 (16:03 +0800)]
Merge pull request #16714 from apache/fix-heatmap-gap
fix(heatmap): avoid the unexpected gaps when dpr is not an integer
jiawulin001 [Tue, 22 Mar 2022 07:32:35 +0000 (15:32 +0800)]
feat: allow areaStyle.origin to take number as input
Zhongxiang Wang [Mon, 21 Mar 2022 05:55:26 +0000 (13:55 +0800)]
Merge pull request #16653 from apache/fix-gauge
fix(gauge): fix progress bar may become unexpectedly circle when value is `0` and `progress.roundCap` is enabled.
Yi Shen [Sun, 20 Mar 2022 10:57:26 +0000 (18:57 +0800)]
Merge pull request #16702 from apache/fix-toolbox
fix(toolbox): toolbox doesn't enter emphasis state when hovering on the icon.
plainheart [Sat, 19 Mar 2022 12:58:27 +0000 (20:58 +0800)]
fix(toolbox): fix toolbox title may be outside of the chart.
plainheart [Fri, 18 Mar 2022 12:55:16 +0000 (20:55 +0800)]
fix(toolbox): toolbox doesn't enter emphasis state when hovering on the icon.
Yi Shen [Fri, 18 Mar 2022 03:25:25 +0000 (11:25 +0800)]
Merge pull request #16691 from apache/fix-dataview
fix(dataview): fix unexpected scrollbar and outline when using default textview
plainheart [Fri, 18 Mar 2022 03:20:40 +0000 (11:20 +0800)]
fix(dataview): set `display` of the default `textview` as `block`.
Yi Shen [Fri, 18 Mar 2022 02:29:12 +0000 (10:29 +0800)]
Merge pull request #16688 from susiwen8/fix-10033
feat(scatter): `scale` support number
susiwen8 [Fri, 18 Mar 2022 01:40:55 +0000 (09:40 +0800)]
chore: remove extra bracket
plainheart [Thu, 17 Mar 2022 09:10:11 +0000 (17:10 +0800)]
fix(dataview): fix unexpected scrollbar and outline when using default textview.
Yi Shen [Thu, 17 Mar 2022 04:11:54 +0000 (12:11 +0800)]
Merge pull request #16679 from fuchunhui/fix-14440
fix(visualmap): add textShadowColor, make text shadow work on visualMap. close #14440
susiwen8 [Wed, 16 Mar 2022 13:42:14 +0000 (21:42 +0800)]
feat(scatter): `scale` support number
Yi Shen [Tue, 15 Mar 2022 06:12:06 +0000 (14:12 +0800)]
Merge pull request #16670 from susiwen8/16665
fix(marker): marker state not restore after blur
susiwen8 [Tue, 15 Mar 2022 05:56:02 +0000 (13:56 +0800)]
chore(state): reduce uncessary function call
susiwen8 [Tue, 15 Mar 2022 02:48:39 +0000 (10:48 +0800)]
fix(state): add series model to`leaveBlurredSeries` if series is blured