/
githubmirror
/
echarts
ОбзорДокументацияВойти
/
githubmirror
/
echarts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
echarts/
test/
..
asset

ts: bug squash

6 лет назад
build

test: Add visual test marks for v6.1.0.

4 месяца назад
data

fix: test/webkit-dep.html can not be opened. close #21507

6 месяцев назад
lib

fix regression: Fix appendData broken by previous commits.

3 месяца назад
node

fix: aria throws error in SSR (#19191)

2 года назад
runTest

chore(deps): bump ip-address and socks in /test/runTest

7 дней назад
types

chore: Fix `addHeader` tool and add missing license headers.

3 месяца назад
ut

fix(data): detect sparse object keys. close #11322

24 дня назад
-cases.html

add licenses.

8 лет назад
-cases.js

fix: Fix min/max label show in category axis. Previously, axisLabel.showMinLabel/showMaxLabel did not control label and ticks on axis edges, but controls the filtered labels by axisLabel.interval settings. This impl did not align with the intent of that option.

5 месяцев назад
README.md

resolve the remove node problem in the tree view

8 лет назад
allZero.html

test: use simpleRequire to replace esl

5 лет назад
animation-additive.html

test: use simpleRequire to replace esl

5 лет назад
appendData.html

test: use simpleRequire to replace esl

5 лет назад
appendData2.html

fix regression: Fix appendData broken by previous commits.

3 месяца назад
appendData3.html

fix regression: Fix appendData broken by previous commits.

3 месяца назад
area-large.html

test: use simpleRequire to replace esl

5 лет назад
area-origin.html

An example of origin Updated

4 года назад
area-smooth.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
area-stack.html

fix(logScale): (1) Thoroughly resolve a long-standing issue of non-positive data on LogScale - exclude non-positive series data items when calculate dataExtent on LogScale. (2) Include `Infinite` into `connectNulls` handling on line series; the `Infinite` value may be generated by `log(0)` and previously the corresponding effect in unpredictable on line series (sometimes display as connected but sometimes not).

7 месяцев назад
area2.html

test: use simpleRequire to replace esl

5 лет назад
areaLineUpdate.html

test(theme): fix test cases of v6

год назад
aria-line-bar.html

test: use simpleRequire to replace esl

5 лет назад
aria-pie.html

fix(aria): fix aria label with dataset #15734

5 лет назад
axes.html

test: use simpleRequire to replace esl

5 лет назад
axis-align-edge-cases.html

feat(alignTicks): (1) Fix LogScale precision. (2) Tweak align ticks layout. (3) Remove unreasonable clamp in Interval calcNiceExtent, and clarify the definition of `_niceExtent`.

7 месяцев назад
axis-align-lastLabel.html

feat(label): support align for min/max labels

3 года назад
axis-align-ticks-random.html

fix(alignTicks): Change alignTick strategy: (1) Previously some series data may be out of the calculated extent and can not be displayed. (2) Previously the precision is incorrect for small float number (fixed at 10 rather than based on the magnitude of the value). (3) Make the tick precision more acceptable when min/max of axis is fixed, and remove console warning, because whey can be specified when dataZoom dragging. (4) Clarify the related code for LogScale.

7 месяцев назад
axis-align-ticks.html

refactor(scale): For readability and maintainability (1) Migrate `calcNiceTicks` and `calcNiceExtent` from Scale class override member functions to plain functions, similar to `axisAlignTicks`. Previously it's hard to modify and error-prone. (2) Remove unnecessary override on Scale class hierarchy and limit override usage, which is difficult to understand and error-prone. (3) Simplify the inheritance - shift `LogScale` and `TimeScale` inheritance from `IntervalScale` to `Scale`. (4) Clarify the impl of `IntervalScale` - uniform the parameters setting entry for both "nice ticks" and "align ticks".

7 месяцев назад
axis-arrow.html

fix(axis): fix axis symbol is not reverted when axis is reverse.

4 года назад
axis-boundaryGap.html

test: use simpleRequire to replace esl

5 лет назад
axis-break-2.html

feat(grid layout): (1) deprecate grid.containLabel. (2) support contain axisName (3) refactor: use the same logic to measure axisLabel/axisName contain and view build. (3) support auto avoid axisLabel and axisName overflow even containLabel is not specified, while also considered axis line alignment between different grids. Introduce `grid.outerBounds` and `grid.outerBoundsContain`.

год назад
axis-break-3.html

(test) Fix axis break test cases.

год назад
axis-break-4.html

(test) Fix axis break test cases.

год назад
axis-break.html

(test) Fix axis break test cases.

год назад
axis-containLabel.html

test: use simpleRequire to replace esl

5 лет назад
axis-containLabelAndName.html

test(visual): fix test cases, add marks

год назад
axis-customTicks.html

test: add customValues with formatter test case to axis-customTicks.html

9 месяцев назад
axis-data-min-max.html

refactor&feature: (1) Uniform series data union logic; previous they are implemented in several inconsistent ways and error-prone. And also strict the extent calculation with uniformed utilities. (2) Refactor Scale - uniform the implementation of the numeric transformations (such as axis breaks, logarithm, ordinal related handling) with a decorator pattern and decouple them from Scale class hierarchy. This brings consistent handling for details and enables further extension. (3) Refactor Scale - decouple "axis nice" logic from Scale and make the "axis nice" and "axis align" implemented in the same code style. This removes override (hard to read and maintain), and uniforms the parameters of IntervalScale (previous its parameters can be generated by itself or outside, which is confusing), and reduce scale-type-specified handling (e.g., if (isLogScale) ...) in calculation. (4) Enable "value" axis and "log" axis to render "bar" and "pictorialBar" series without overflowing the axis. Previously only "time" axis enables that on only "bar" series. Introduce "SCALE_EXTENT_KIND_MAPPING" to cover this generalized behavior and use strict "clip" for bar series without extra margin (a previous compromise). And clarify `barGrid` code accordingly, which removes duplicated time-consuming calculation in "bandWidth" calculation. Close #19972. Close #17858. Close #12720. Close #13321. Close #20718. Close #20421. Close #20503.

6 месяцев назад
axis-dataset-null.html

fix(axis):null value item on category axis should be able to show tooltip

год назад
axis-extrema.html

fix(theme): update v5 theme

год назад
axis-extreme2.html

fix: (1) Fix time axis reach safeLimit when value scale is milisecond. (2) Fix regression - containShape should be word properly in single value case. And simply the code.

4 месяца назад
axis-filter-extent.html

fix: when toolbox declared but dataZoom not declared, should not dataZoom filter performed.

5 лет назад
axis-filter-extent2.html

Fix and add test cases (introduced by preceding commits)

4 месяца назад
axis-interval.html

Fix category axis min/max ticks/labels show hide when interval > 0. Remove unnecessary code. Fix relevant TS.

4 месяца назад
axis-interval2.html

fix regression: (1) User specified `interval` show be backward compatible. (2) Default IntervalScale extent on single data item case show not be broken. (3) LogScale filter non-positive value.

4 месяца назад
axis-lastLabel.html

fix: (1) Fix: fix bar overflow issue on category axis with boundaryGap: false - use the newly added containShape handler. (2) Fix regression: Drop the previous containShape strategy on bar series, use a simple strategy for better compatibility. (3) Fix regression: Fix new added bar clip feature on single data item case. (4) Fix regression: Clarify code.

4 месяца назад
axis-layout-0-quick-cases.js

chore: add license headers and a script of pre-commit

год назад
axis-layout-0.html

feat(grid layout): add outerBoundsClamp to limit shrink.

год назад
axis-minorTick.html

test: use simpleRequire to replace esl

5 лет назад
axis-multiple.html

test: use simpleRequire to replace esl

5 лет назад
axis-name.html

test: use simpleRequire to replace esl

5 лет назад
axis-splitArea.html

test: use simpleRequire to replace esl

5 лет назад
axis-splitLine.html

feature(axis): add feature to remove SplitLine on specified tick

2 года назад
axis-style.html

test: use simpleRequire to replace esl

5 лет назад
axis.html

refactor&feature: (1) Uniform series data union logic; previous they are implemented in several inconsistent ways and error-prone. And also strict the extent calculation with uniformed utilities. (2) Refactor Scale - uniform the implementation of the numeric transformations (such as axis breaks, logarithm, ordinal related handling) with a decorator pattern and decouple them from Scale class hierarchy. This brings consistent handling for details and enables further extension. (3) Refactor Scale - decouple "axis nice" logic from Scale and make the "axis nice" and "axis align" implemented in the same code style. This removes override (hard to read and maintain), and uniforms the parameters of IntervalScale (previous its parameters can be generated by itself or outside, which is confusing), and reduce scale-type-specified handling (e.g., if (isLogScale) ...) in calculation. (4) Enable "value" axis and "log" axis to render "bar" and "pictorialBar" series without overflowing the axis. Previously only "time" axis enables that on only "bar" series. Introduce "SCALE_EXTENT_KIND_MAPPING" to cover this generalized behavior and use strict "clip" for bar series without extra margin (a previous compromise). And clarify `barGrid` code accordingly, which removes duplicated time-consuming calculation in "bandWidth" calculation. Close #19972. Close #17858. Close #12720. Close #13321. Close #20718. Close #20421. Close #20503.

6 месяцев назад
axisLabel.html

test: added a test case

год назад
axisPosition.html

test: use simpleRequire to replace esl

5 лет назад
bar-background.html

test: use simpleRequire to replace esl

5 лет назад
bar-datazoom-filtermode-none-time-axis.html

fix(bar): prevent bar chart overflowing the graph when using dataZoom filterMode none with time axis. close #19972

6 месяцев назад
bar-label-rotation.html

test: use simpleRequire to replace esl

5 лет назад
bar-large-border-fill.html

fix: Fix and clarify the definition of axis.`startValue`.

4 месяца назад
bar-large.html

fix(bar): merge logic of layout large and normal bars

5 лет назад
bar-log.html

test: use simpleRequire to replace esl

5 лет назад
bar-markArea.html

test(theme): fix test cases of v6

год назад
bar-others.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
bar-overflow-plot2.html

fix: (1) Fix: fix bar overflow issue on category axis with boundaryGap: false - use the newly added containShape handler. (2) Fix regression: Drop the previous containShape strategy on bar series, use a simple strategy for better compatibility. (3) Fix regression: Fix new added bar clip feature on single data item case. (4) Fix regression: Clarify code.

4 месяца назад
bar-overflow-time-plot.html

fix&feature: (1) feature: Add option boxplot.clip (2) feature: Enable boxplot and candlestick containShape for "value"/"time"/"log" axis, enable proper shadow axisPointer. (candlestick-case.html, boxplot-multi.html) (3) fix: Fix candlestick ends shapes can not be displayed on "value"/"time" axis. (candlestick-case.html) (4) fix: candlestick shape width is inappropriate when datazoom filterMode is 'none'/'empty'. (candlestick-case.html) (5) fix: In polar coordinate system, support "value"/"time" axis as angle/radius axis, enable propere bandWidth for bar series, enable proper shadow axisPointer. (bar-polar-multi-series-radial.html, bar-polar-multi-series.html)

5 месяцев назад
bar-polar-animation.html

fix(polar): polar bar animation should start from r0 rather than 0

4 года назад
bar-polar-basic-radial.html

test: use simpleRequire to replace esl

5 лет назад
bar-polar-borderRadius.html

feat: support bar background borderRadius

3 года назад
bar-polar-clockwise.html

test(polar): update test case

5 лет назад
bar-polar-label.html

fix(bar): optimize label distance when using round cap

5 лет назад
bar-polar-long-label.html

test: use simpleRequire to replace esl

5 лет назад
bar-polar-multi-series-radial.html

fix: (1) Clarify and uniform terminology and add comments to explain EC_CYCLE. (2) Fix dataZoom in `appendData`, introduced by recent commits.

5 месяцев назад
bar-polar-multi-series.html

fix&feature: (1) feature: Add option boxplot.clip (2) feature: Enable boxplot and candlestick containShape for "value"/"time"/"log" axis, enable proper shadow axisPointer. (candlestick-case.html, boxplot-multi.html) (3) fix: Fix candlestick ends shapes can not be displayed on "value"/"time" axis. (candlestick-case.html) (4) fix: candlestick shape width is inappropriate when datazoom filterMode is 'none'/'empty'. (candlestick-case.html) (5) fix: In polar coordinate system, support "value"/"time" axis as angle/radius axis, enable propere bandWidth for bar series, enable proper shadow axisPointer. (bar-polar-multi-series-radial.html, bar-polar-multi-series.html)

5 месяцев назад
bar-polar-null-data-radial.html

test: use simpleRequire to replace esl

5 лет назад
bar-polar-null-data.html

test: use simpleRequire to replace esl

5 лет назад
bar-polar-real-estate.html

test: use simpleRequire to replace esl

5 лет назад
bar-polar-stack.html

test: use simpleRequire to replace esl

5 лет назад
bar-race.html

feat(axis): set subPixelOptimize to be false during animation

4 года назад
bar-race2.html

fix: Simplify and clarify the code about axis ticks regarding ordinal scale sorting. Fix axis label and sorting bug introduced by preceding commits.

4 месяца назад
bar-stack-reverse.html

chore: add license headers and a script of pre-commit

год назад
bar-stack.html

fix: Temporarily fix incorrect stack base dimension selection when both axes are value axes.

5 месяцев назад
bar-start.html

test: use simpleRequire to replace esl

5 лет назад
bar-startValue.html

fix: Fix and clarify the definition of axis.`startValue`.

4 месяца назад
bar-stream-large.html

test: Add test util for canvas layer debug.

4 месяца назад
bar-stream-large1.html

fix: Fix issues in regression test.

4 месяца назад
bar-t.html

test(visual): start vst without simpleRequire. optimize cases

5 лет назад
bar-tooltip-performance.html

fix(bar): merge logic of layout large and normal bars

5 лет назад
bar-width.html

test: use simpleRequire to replace esl

5 лет назад
bar-zero-label.html

fix(bar): wrong data label position when bar width/height is 0

год назад
bar.html

test: use simpleRequire to replace esl

5 лет назад
bar2.html

fix: Fix candlestick clip path on category axis.

4 месяца назад
bar3.html

fix(axis): axis label width when overflow is set

5 лет назад
bmap-mapOptions.html

test: use simpleRequire to replace esl

5 лет назад
bmap.html

test: fix test cases

2 года назад
bmap2.html

test: use simpleRequire to replace esl

5 лет назад
boxplot-category.html

fix(boxplot) correctly handle series.encode with category axis close #20319

2 года назад
boxplot-multi.html

fix&feature: (1) feature: Add option boxplot.clip (2) feature: Enable boxplot and candlestick containShape for "value"/"time"/"log" axis, enable proper shadow axisPointer. (candlestick-case.html, boxplot-multi.html) (3) fix: Fix candlestick ends shapes can not be displayed on "value"/"time" axis. (candlestick-case.html) (4) fix: candlestick shape width is inappropriate when datazoom filterMode is 'none'/'empty'. (candlestick-case.html) (5) fix: In polar coordinate system, support "value"/"time" axis as angle/radius axis, enable propere bandWidth for bar series, enable proper shadow axisPointer. (bar-polar-multi-series-radial.html, bar-polar-multi-series.html)

5 месяцев назад
boxplot.html

test: optimize loader

5 лет назад
browser-esm-partial.html

chore: add .js extension in the import statement

5 лет назад
browser-esm-partial2.html

chore: add .js extension in the import statement

5 лет назад
browser-esm.html

chore: add .js extension in the import statement

5 лет назад
browser-esm2.html

chore: add .js extension in the import statement

5 лет назад
brush.html

test(map): replace test cases with new map

2 года назад
brush2.html

test: use require to replace original jquery loading

5 лет назад
brush3.html

test: use simpleRequire to replace esl

5 лет назад
calendar-converter.html

test: use simpleRequire to replace esl

5 лет назад
calendar-effectScater.html

test: use simpleRequire to replace esl

5 лет назад
calendar-graph.html

test: use simpleRequire to replace esl

5 лет назад
calendar-heatmap.html

test: use simpleRequire to replace esl

5 лет назад
calendar-heatmap2.html

fix(heatmap): fix labels that are not in calendar range are unexpectedly displayed (resolves #20690)

2 года назад
calendar-month.html

test: use simpleRequire to replace esl

5 лет назад
calendar-more.html

test: use simpleRequire to replace esl

5 лет назад
calendar-orient.html

test: use simpleRequire to replace esl

5 лет назад
calendar-other-coord-sys.html

(test): Fix some buggy test cases.

год назад
calendar-range.html

test: use simpleRequire to replace esl

5 лет назад
calendar-scatter.html

test: use simpleRequire to replace esl

5 лет назад
calendar-simple.html

feat(calendar): add `silent` option for `dayLabel`/`monthLabel`/yearLabel`.

2 года назад
calendar-size.html

test: use simpleRequire to replace esl

5 лет назад
calendar-split.html

test: use simpleRequire to replace esl

5 лет назад
calendar-timezone.html

test: use simpleRequire to replace esl

5 лет назад
calendar-type.html

test: use simpleRequire to replace esl

5 лет назад
calendar-vertical.html

test: use simpleRequire to replace esl

5 лет назад
calendar-week.html

fix(calendar-i18n): remove `dayOfWeekShort` configuration from `en` locale.

5 лет назад
calendar-year.html

test: use simpleRequire to replace esl

5 лет назад
calendar.html

test: use simpleRequire to replace esl

5 лет назад
candlestick-case.html

fix regression: bandWidth and containShape should properly handle single item and empty.

4 месяца назад
candlestick-cursor.html

feature: dataZoom 'inside' supports to set cursorGrab and cursorGrabbing.

4 месяца назад
candlestick-doji.html

feat(candlestick): provide borderColorDoji option for custom doji color

4 года назад
candlestick-empty.html

test: use simpleRequire to replace esl

5 лет назад
candlestick-horizontal.html

fix: (1) priority of defaults by layout and axis types. (2) init animation.

9 месяцев назад
candlestick-large.html

test: optimize loader

5 лет назад
candlestick-large2.html

test: use simpleRequire to replace esl

5 лет назад
candlestick-large3.html

fix(appendData): Fix that the dataZoom inside is disabled when appendData is executed. And clarify the usage of appendData in comments.

5 месяцев назад
candlestick.html

test regression: fix recent broken.

4 месяца назад
candlestickConnect.html

test: optimize loader

5 лет назад
canvas-replay.html

test: use simpleRequire to replace esl

5 лет назад
check-build.html

test: revert incorrect modification introduced in c448109 , which disable this svn checker.

год назад
chord.html

fix(chord): padAngle takes rest space of minAngle

год назад
circle-packing-with-d3.compat.html

test(theme): fix test cases of v6

год назад
circle-packing-with-d3.html

test(theme): fix test cases of v6

год назад
clip-custom.html

fix(custom): grid area clipping in custom series #19993 (#20043)

2 года назад
clip-large1.html

test: use simpleRequire to replace esl

5 лет назад
clip-line-cap.html

fix(clip): add extra clip to prevent unexpected clip on certain scenario. close #19051

3 года назад
clip.html

fix regression: onZero should be backward compatibility. And clarify comments.

4 месяца назад
clip2.html

test: add two new test cases for scatter clip on Cartesian 2D coordinate system.

3 года назад
coarse-pointer.html

test: add coarse-pointer in test env

4 года назад
color-mix-aqi.html

test: use simpleRequire to replace esl

5 лет назад
colorBy.html

fix(colorBy): revert chagnes in sunburst

5 лет назад
connect-dynamic.html

test: use simpleRequire to replace esl

5 лет назад
connect-manually.html

test: use simpleRequire to replace esl

5 лет назад
connect.html

(feat): Support `refineEvent` in `registerAction`, and refactor 'selectchange' event to it. Different from the previous event generation mechanism, `refineEvent` is intented to create a user-friend event that differs from the original payload, while enabling feature `connect`, and being called at the last step of the "update" procedure to ensure the complete update of all models. If mutiple actions need to share one event name, `refineEvent` must be used. e.g., actions 'doxxx' 'undoxxx' 'togglexxx' share one event name 'xxxchanged'.

год назад
connect2.html

test: use simpleRequire to replace esl

5 лет назад
covid-america.html

fix: add missing test cases.

5 лет назад
css-transform.html

test: use simpleRequire to replace esl

5 лет назад
custom-animation.html

test(graphic): add vrt recordings.

5 лет назад
custom-bmap-grid.html

fix(custom): remove incremental el when switched back to normal.

5 лет назад
custom-bmap-polygon.html

test: use simpleRequire to replace esl

5 лет назад
custom-children-remove.html

test: use simpleRequire to replace esl

5 лет назад
custom-feature.html

Merge pull request #21006 from apache/master

год назад
custom-hexbin.html

feat(ut): remove the old transition code in custom series

5 лет назад
custom-large.html

fix(custom): remove incremental el when switched back to normal.

5 лет назад
custom-register.html

fix(custom): rename to itemPayload

2 года назад
custom-shape-morphing.html

feat(ut): remove the old transition code in custom series

5 лет назад
custom-shape-morphing2.html

test(theme): fix test cases of v6

год назад
custom-shape-morphing3.html

test(theme): fix test cases of v6

год назад
custom-text-content.html

test: use simpleRequire to replace esl

5 лет назад
custom-transition-ecStat.html

test(theme): fix test cases of v6

год назад
custom-transition-texture.js

fix: add license and fix addHeader script.

6 лет назад
custom-transition.html

test: use simpleRequire to replace esl

5 лет назад
custom-transition2.html

feat(transition): support transition to be configured all.

5 лет назад
custom-update.html

test(custom): update test case for custom update

4 года назад
custom.html

fix(custom): fix potential NPE when applying leave transition.

4 года назад
data-transform-aggregate.html

test: use require to replace original jquery loading

5 лет назад
data-transform-ecStat.html

test: optimize loader

5 лет назад
data-transform.html

test: optimize loader

5 лет назад
dataSelect.html

(feat): Support `refineEvent` in `registerAction`, and refactor 'selectchange' event to it. Different from the previous event generation mechanism, `refineEvent` is intented to create a user-friend event that differs from the original payload, while enabling feature `connect`, and being called at the last step of the "update" procedure to ensure the complete update of all models. If mutiple actions need to share one event name, `refineEvent` must be used. e.g., actions 'doxxx' 'undoxxx' 'togglexxx' share one event name 'xxxchanged'.

год назад
dataView.html

chore: fix test case.

4 года назад
dataZoom-action.html

fix: (1) Fix time axis reach safeLimit when value scale is milisecond. (2) Fix regression - containShape should be word properly in single value case. And simply the code.

4 месяца назад
dataZoom-action2.html

test: add test.

4 месяца назад
dataZoom-axes.html

fix: fitler -> filter typo

5 лет назад
dataZoom-axis-type.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-cartesian-h.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-cartesian-v.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-clip.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-dataShadow.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-dataShadow0.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-dataShadow1.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-dataShadow2.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-dynamic.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-extreme.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-feature.html

fix(dataZoom): fix the dataZoom was unexpectedly displayed at the top when data contains null values.

4 года назад
dataZoom-geo.html

test(map): replace test cases with new map

2 года назад
dataZoom-handleLabelShow.html

fix(dataZoom): use handleLabel.show

2 года назад
dataZoom-rainfall-connect.html

test: optimize loader

5 лет назад
dataZoom-rainfall-inside.html

test: optimize loader

5 лет назад
dataZoom-rainfall.html

test: optimize loader

5 лет назад
dataZoom-scatter-category.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-scatter-hv-polar.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-scatter-hv.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-scroll.html

test: optimize loader

5 лет назад
dataZoom-single-datapoint.html

test: add visual test case

год назад
dataZoom-sync.html

test: use simpleRequire to replace esl

5 лет назад
dataZoom-timeAxis.html

fix(dataZoom): fix dataZoom for single data relates #16978

год назад
dataZoom-toolbox.html

test: use simpleRequire to replace esl

5 лет назад
dataZoomHighPrecision.html

test: use simpleRequire to replace esl

5 лет назад
dataset-case.html

fix: fix and add test cases.

5 лет назад
dataset-category.html

fix(dataset): object source contains `length` breaks render

3 года назад
dataset-charts.html

fix(test): fix map test case

2 года назад
dataset-guess.html

test: use simpleRequire to replace esl

5 лет назад
dataset-layout.html

test: update dataset-layout.html (#19373)

2 года назад
dataset-performance.html

**There are these issues existing before this commit:** (1). If no dimensions specified on dataset, series can not really share one storage instance. (Because the each series will create its own dimension name (like ['x', 'y', 'value'], ['x', 'value', 'y'], and the storage hash is based on those names. So the hash can not match). (2). Each time `setOption` update series (but not change `dataset`), new data stack dimensions (and corresponding chunks) will be keep added to the shared data storage, and then the chunks will be more and more. (3). When "unused dimension omit" happen, the index of SeriesData['dimensions'] and SeriesData['getDimension'] is not the dimensionIndex that users known. But there are someplace still use dimensionIndex to visit them. (especially in visualMap and other similar cases that user can input dimension index via option). (4). If user only specify type but no name in dimensions, their will be some bug when "unused dimension omit" happen. (Because unused dimensions will not auto-generate dimension name by `createDimensions` and so that it has no dimension name in storage, and can not be queried by dimension name). (5). If different series option specify its own `dimensions` but share one `dataset`, the `source` get by `sourceManager` is different `source` instances in each series. Those `source` instances contain different `dimensionDefine` but reference the same data. And then a data storage created by based on s

5 лет назад
dataset-pivot.html

test: use require to replace original jquery loading

5 лет назад
dataset-source-two-typed-array.html

fix(source): fix multi typed array detect error

3 года назад
decal.html

test: use simpleRequire to replace esl

5 лет назад
diff.html

test: use simpleRequire to replace esl

5 лет назад
drag-out.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
dynamic-splitNumber.html

test: use simpleRequire to replace esl

5 лет назад
dynamicData.html

test: use simpleRequire to replace esl

5 лет назад
dynamicData2.html

test: use simpleRequire to replace esl

5 лет назад
dynamicData3.html

test: use simpleRequire to replace esl

5 лет назад
ec-event.html

test: use simpleRequire to replace esl

5 лет назад
echarts-in-vue.html

fix(core): mark echarts instance object as raw in Vue (resolves #21267 and more similar issues)

год назад
effectScatter.html

fix(map): update test cases

2 года назад
effectScatter2.html

test: use simpleRequire to replace esl

5 лет назад
emphasis-disabled.html

feat(state): add emphasis.disabled

5 лет назад
emphasis-inherit.html

feat(pie):emphasis color inherit support

5 лет назад
emphasis-self.html

fix(emphasis): fix focus self not work when item emphasis by other component

3 года назад
encode.html

fix: fitler -> filter typo

5 лет назад
finished-gl.html

move map data to test folder. not included in the npm package.

6 лет назад
finished.html

test regression: fix recent broken.

4 месяца назад
force-case.html

test: use simpleRequire to replace esl

5 лет назад
force-edge-ignoreLayout.html

test: use require to replace original jquery loading

5 лет назад
force-friction.html

test: use simpleRequire to replace esl

5 лет назад
force.html

test: use simpleRequire to replace esl

5 лет назад
force2.html

test(visual): fix cases that using async loading

5 лет назад
force3.html

test: use simpleRequire to replace esl

5 лет назад
funnel.html

test: use simpleRequire to replace esl

5 лет назад
gauge-case.html

test(gauge): add reproduce of #17663

4 года назад
gauge-distance.html

upload example

4 года назад
gauge-group-title-detail.html

upload example

4 года назад
gauge-pointer.html

test(visual): optimize test cases

5 лет назад
gauge-progress.html

fix(gauge): apply correct color to progress when set to 'auto'

год назад
gauge-simple.html

upload example

4 года назад
gauge.html

upload example

4 года назад
geo-data-stream.html

test(map): replace test cases with new map

2 года назад
geo-labelFormatter.html

test: use simpleRequire to replace esl

5 лет назад
geo-layout.html

test: use simpleRequire to replace esl

5 лет назад
geo-lines.html

test(map): replace test cases with new map

2 года назад
geo-map-features.html

fix: map/geo label move when hover. fix #14796

5 лет назад
geo-map-roam.html

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
geo-map.html

fix(test): fix map test case

2 года назад
geo-random-stream.html

test(map): replace test cases with new map

2 года назад
geo-svg-demo.html

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
geo-svg.html

test(visual): fix puppeteer@9 screenshot resize bug.

5 лет назад
geo-update.html

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
geoLine.html

test(map): replace test cases with new map

2 года назад
geoScatter.html

fix(test): fix map test case

2 года назад
geojson-test.html

fix(map): fix linestring decode. add test

5 лет назад
getOption.html

test: use simpleRequire to replace esl

5 лет назад
graph-case.html

fix(series): add non-null check for `seriesData.getLinkedData`.

2 года назад
graph-circular.html

style(chord): remove unused imports

год назад
graph-draggable.html

test(graph): add graph draggable test case

5 лет назад
graph-edge-highlight.html

Support using dataType param to specify edge highlighting (#16243)

5 лет назад
graph-grid-life.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
graph-grid.html

upload example

4 года назад
graph-label-rotate.html

test: use simpleRequire to replace esl

5 лет назад
graph-layout-roam.html

feat(thumbnail): (1) Refactor thumbnail to a component for further extension, and add test cases. (2) Fix RoamController cursor style.

год назад
graph-multiple-edges.html

test: use simpleRequire to replace esl

5 лет назад
graph-simple.html

feat(View): `View` center supports `string` (#16904)

4 года назад
graph-symbol.html

fix(graph): user cursor has higher priority (#16867)

4 года назад
graph-thumbnail.html

chore: add license headers and a script of pre-commit

год назад
graph.html

test: use require to replace original jquery loading

5 лет назад
graphic-animation-wave.html

feat(animation): restore props after keyframe animation is stopped

5 лет назад
graphic-animation.html

test(graphic): add vrt recordings.

5 лет назад
graphic-cases.html

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.

4 года назад
graphic-draggable.html

test: use simpleRequire to replace esl

5 лет назад
graphic-transition.html

test(graphic): add vrt recordings.

5 лет назад
graphicOption.html

test(visual): start vst without simpleRequire. optimize cases

5 лет назад
graphicRemove.html

test: use simpleRequire to replace esl

5 лет назад
gridSimple.html

fix(bar): merge logic of layout large and normal bars

5 лет назад
heatmap-borderRadius.html

[Feature] add borderRadius option to heatmap (#16493)

4 года назад
heatmap-gap-bug.html

fix(heatmap): add 0.5px to avoid the gaps in Cartesian 2D coordinate system when dpr is not an integer.

5 лет назад
heatmap-geo.html

test(map): replace test cases with new map

2 года назад
heatmap-large.html

fix(progressive): (1) Fix that candlestick large data progressive rendering was broken by Doji feature. (2) Fix bar large and progressive might throw NPE. (3) Follow the fixing of progressive rendering in zrender#1151 (3) Fix parallels did not clear previous rendered content when switching between progressive and normal mode. (4) Fix that chart.on('finished') event might not be called in some edge case (when multiple iterations are executed in one frame at the end).

5 месяцев назад
heatmap-map.html

test(map): replace test cases with new map

2 года назад
heatmap.html

fix(heatmap): fix heatmap label may overlap when the dataZoom is enabled

4 года назад
homepage3.html

test: use simpleRequire to replace esl

5 лет назад
homepage3.js

Add license header comment on each source file

8 лет назад
hover-layer.html

fix regression: fix test cases.

4 месяца назад
hoverFocus.html

fix: focus=self hightlight issue

5 лет назад
hoverFocus2.html

refactor: move hightlight multiple series testcase to hoverFocus2.html

5 лет назад
hoverStyle.html

test: use require to replace original jquery loading

5 лет назад
hoverStyle2.html

Supplement tests and fix boxplot (broken by preceding commits)

4 месяца назад
ie-svg-export.html

test(theme): fix test cases of v6

год назад
ie11.html

test: use simpleRequire to replace esl

5 лет назад
ios13-z-bug.html

test(theme): fix test cases of v6

год назад
label-animation.html

test: use simpleRequire to replace esl

5 лет назад
label-ellipsis.html

fix(label): ellipsis was not working

3 года назад
label-formatter.html

test: use simpleRequire to replace esl

5 лет назад
label-layout.html

test: use require to replace original jquery loading

5 лет назад
label-position.html

test: use simpleRequire to replace esl

5 лет назад
lang.html

feat(i18n): add Greek locale. Closes #21118

год назад
largeLine-tooltip.html

test: use simpleRequire to replace esl

5 лет назад
largeLine.html

test: use simpleRequire to replace esl

5 лет назад
largeScatterWithEmpty.html

test: use simpleRequire to replace esl

5 лет назад
lazyUpdate.html

fix(ut): fix some null access issue

5 лет назад
legend-action.html

feat(legend): legend support triggerEvent (#18144)

год назад
legend-borderColor.html

test: use simpleRequire to replace esl

5 лет назад
legend-feature.html

test: use simpleRequire to replace esl

5 лет назад
legend-scroll2plain.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
legend-style.html

add test case

3 года назад
legend-visualMapColor.html

test: use simpleRequire to replace esl

5 лет назад
legend.html

misc: fix spelling

год назад
line-animation-update.html

fix(line): fix animation is not stopped when direct update points.

5 лет назад
line-animation.html

test: optimize test cases for visual regression test

5 лет назад
line-area-empty-dimension-name.html

chore: Add missing headers.

3 месяца назад
line-boldWhenHover.html

test: use simpleRequire to replace esl

5 лет назад
line-case.html

fix(line): set default z/zlevel for temporary symbol to avoid warnings.

4 года назад
line-crash.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
line-endLabel.html

test(endLabel): add test case

3 года назад
line-large.html

test: use simpleRequire to replace esl

5 лет назад
line-non-continuous.html

test: use simpleRequire to replace esl

5 лет назад
line-sampling.html

feat(sampler): add min-max sampler function

3 года назад
line-step.html

fix(line): step areaStyle bug #20021

2 года назад
line-style.html

test: use simpleRequire to replace esl

5 лет назад
line-visual.html

test: use simpleRequire to replace esl

5 лет назад
line-visual2.html

fix(line): fix visual gradient when coords are between two stops.

5 лет назад
line.html

test(visual): fix cases that using async loading

5 лет назад
lines-bus.html

test(lines): add test case for clearing lines.

5 лет назад
lines-flight.html

test: use require to replace original jquery loading

5 лет назад
lines-graph.html

fix(lines): fix NPE issue when lines series has no coordinate system, resolves #14991.

5 лет назад
lines-grid.html

test: use simpleRequire to replace esl

5 лет назад
lines-mergeOption.html

test: use simpleRequire to replace esl

5 лет назад
lines-ny-appendData.html

test: use simpleRequire to replace esl

5 лет назад
lines-ny.html

test(theme): fix test cases of v6

год назад
lines-remove.html

test(map): replace test cases with new map

2 года назад
lines-stream-large.html

test: use require to replace original jquery loading

5 лет назад
lines-stream-not-large.html

test: use require to replace original jquery loading

5 лет назад
lines-symbol.html

Merge pull request #21320 from mynk2611/fix-20216

10 месяцев назад
lines-symbolSize-update.html

fix(lines): symbolSize should be updated #18350

3 года назад
lines-track.html

test: use require to replace original jquery loading

5 лет назад
linesGL-ny-appendData.html

fix(geo): add back two missing arguments to `projectedToPoint` called in Geo `dataToPoint` function.

4 года назад
loading.html

test: use simpleRequire to replace esl

5 лет назад
logScale.html

fix: Fix and clarify the definition of axis.`startValue`.

4 месяца назад
manual-svg-color-bug-202311.html

[test] Add test case for https://github.com/apache/echarts/issues/19093

3 года назад
map-china.html

test(map): replace test cases with new map

2 года назад
map-contour.html

test(map): replace test cases with new map

2 года назад
map-default.html

test(map): replace test cases with new map

2 года назад
map-grid.html

test: use require to replace original jquery loading

5 лет назад
map-labels.html

test: use require to replace original jquery loading

5 лет назад
map-locate.html

test(map): replace test cases with new map

2 года назад
map-nameProperty.html

fix(map): fix projection return null point

5 лет назад
map-nested.html

refactor(geo): apply `echartsStyle` in Model instead of View.

2 года назад
map-parallel.html

test: use require to replace original jquery loading

5 лет назад
map-projection-animation.html

test: change cdn to unpkg

4 года назад
map-projection-d3.html

test: change cdn to unpkg

4 года назад
map-projection.html

fix(map): update test cases

2 года назад
map-province.html

test: use require to replace original jquery loading

5 лет назад
map.html

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
mapWorld.html

fix(map): use centroid as label position

5 лет назад
markArea.html

fix(markArea): fix markArea position when axis is with alignWithLabel

3 года назад
markLine-subPixel.html

test: use simpleRequire to replace esl

5 лет назад
markLine-symbolRotate.html

test: use require to replace original jquery loading

5 лет назад
markLine.html

test: use simpleRequire to replace esl

5 лет назад
markPoint-stock.html

fix(marker): overwrite value only if type is not defined

год назад
markPoint.html

fix(marker): fix marker label formatter can't get series information.

2 года назад
marker-case.html

test: add test case for markers

3 года назад
marker-dataset-encode.html

test regression: fix recent broken.

4 месяца назад
marker-z-z2.html

test(marker): marker support z option

год назад
masterPainterColorChoice.html

test: use require to replace original jquery loading

5 лет назад
matrix-label-formatter.html

fix: code review

8 месяцев назад
matrix-mbti.html

test(matrix): add matrix mbti

год назад
matrix.html

test regression: fix recent broken.

4 месяца назад
matrix2.html

test(matrix): (1) Migrate (split) test case from `matrix2.html` to `matrix4.html`, as the previous is too long to visual test regression. (2) Fix test case for coordClamp.

год назад
matrix3.html

test(matrix): (1) Migrate (split) test case from `matrix2.html` to `matrix4.html`, as the previous is too long to visual test regression. (2) Fix test case for coordClamp.

год назад
matrix4.html

test(matrix): (1) Migrate (split) test case from `matrix2.html` to `matrix4.html`, as the previous is too long to visual test regression. (2) Fix test case for coordClamp.

год назад
matrix_application.html

test(matrix): (1) Migrate (split) test case from `matrix2.html` to `matrix4.html`, as the previous is too long to visual test regression. (2) Fix test case for coordClamp.

год назад
matrix_application2.html

fix(matrix): fix test case and typo

год назад
media-dataZoom.html

test: use simpleRequire to replace esl

5 лет назад
media-finance.html

test: use simpleRequire to replace esl

5 лет назад
media-pie.html

test: use simpleRequire to replace esl

5 лет назад
min-max-function.html

test: use simpleRequire to replace esl

5 лет назад
mix.html

test: use simpleRequire to replace esl

5 лет назад
mobileBench.html

test: use simpleRequire to replace esl

5 лет назад
multipleGrid.html

test: use simpleRequire to replace esl

5 лет назад
new-tooltip.html

test(visual): naming tweak

5 лет назад
option-replaceMerge.html

test: use simpleRequire to replace esl

5 лет назад
option-replaceMerge2.html

test: use simpleRequire to replace esl

5 лет назад
package.json

feat: change to default ESM package. For developer testing and node usage in customization module scenario.

3 года назад
parallel-aqi.html

test regression: fix recent broken.

4 месяца назад
parallel-bounds.html

test(parallel): add parallel series max min test case

9 месяцев назад
parallel-feature.html

test: use simpleRequire to replace esl

5 лет назад
parallel-large.html

fix: add missing test cases.

5 лет назад
parallel-lineStyle.html

test: use simpleRequire to replace esl

5 лет назад
parallel-nutrients.html

test: use require to replace original jquery loading

5 лет назад
pictorial-repeat.html

fix regression: Fix category axis backward compatibility and axis stat travel.

4 месяца назад
pictorial-single.html

fix(pictorialBar): ignore clipping label

3 года назад
pictorial-svg.html

(test): Fix some buggy test cases.

год назад
pictorial-zero-value-offset.html

add test case

5 лет назад
pictorial-zero-value.html

test: tweak test case

2 года назад
pie-action.html

test: use simpleRequire to replace esl

5 лет назад
pie-animation.html

test: use simpleRequire to replace esl

5 лет назад
pie-calculable.html

test: use simpleRequire to replace esl

5 лет назад
pie-case.html

fix(visual): fix legend modify alpha on transparent color

5 лет назад
pie-clipPath.html

test: use simpleRequire to replace esl

5 лет назад
pie-coordinate-system-amap.html

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
pie-coordinate-system-bmap.html

test(pie-coord-sys): migrate test cases: "pie on amap" and "pie on bmap" to separate file, to avoid affect other case if the external links are unavailable or disabled.

год назад
pie-coordinate-system.html

fix(pie-on-cartesian): Previously when pie is located on Cartesian, axes extent can not union pie center automatically. Commit 18a23a8 has supported it. This commit updates test cases.

7 месяцев назад
pie-cornerRadius.html

feat(pie): the sector supports arbitrary corner radius.

5 лет назад
pie-dataView.html

test: use simpleRequire to replace esl

5 лет назад
pie-digits.html

test: use simpleRequire to replace esl

5 лет назад
pie-endAngle.html

fix(pie): fix `endAngle` is not applied on the empty circle

2 года назад
pie-label-alignTo-adjust.html

fix(pie): extreme cases

5 лет назад
pie-label-alignTo.html

fix(pie): simplify code

5 лет назад
pie-label-extreme.html

test: use simpleRequire to replace esl

5 лет назад
pie-label-mobile.html

test: use simpleRequire to replace esl

5 лет назад
pie-label-rotate.html

style(pie):fix unnecessary formatting in pie-label-rotate.html

10 месяцев назад
pie-label.html

chore: merge v6

год назад
pie-labelLine-smooth.html

Merge pull request #21425 from fanwww/fix-pie-labelLine-smooth

8 месяцев назад
pie-negative-value.html

feat: make emptyCircle's visibility and style configurable

5 лет назад
pie-pad-angle.html

feat(pie): add padAngle for pie

3 года назад
pie-percent.html

fix(pie): fix percent isn't updated when the legend is changed

4 года назад
pie-richText.html

test: use require to replace original jquery loading

5 лет назад
pie-visual.html

test: use require to replace original jquery loading

5 лет назад
pie.html

test(pie): add a test case to cover #18412

3 года назад
pie2.html

test: use simpleRequire to replace esl

5 лет назад
pie3.html

test(pie): fix test case pie3.html

4 года назад
pieDynamic.html

test: use simpleRequire to replace esl

5 лет назад
polar-end-angle.html

cleanup

3 года назад
polar-rounded.html

test(bar): add test case for #20567

2 года назад
polarLine.html

test: use simpleRequire to replace esl

5 лет назад
polarLine2.html

test: use simpleRequire to replace esl

5 лет назад
polarScatter.html

test: use simpleRequire to replace esl

5 лет назад
polyline-gon-event.html

test(line): add VRT test case

9 месяцев назад
punchCard.html

test: use simpleRequire to replace esl

5 лет назад
radar-axis.html

test: use simpleRequire to replace esl

5 лет назад
radar-clockwise-interactive.html

test(radar): add radar chart direction test case

год назад
radar-clockwise.html

test(radar): add radar chart direction test case

год назад
radar.html

fix(radar): improve logic and add test cases of #21081

год назад
radar2.html

test(visualMap): Remove the deprecated option.

год назад
radar3.html

test(radar): update test for #15915

5 лет назад
radar4.html

fix(radar): lineStyle.join default round #13201

5 лет назад
resize-animation.html

test: use simpleRequire to replace esl

5 лет назад
rich-inherit-plain-label.html

fix(rich-inherit-plain): fix and add test case.

год назад
richText-fontsize.html

test: use simpleRequire to replace esl

5 лет назад
richText.html

fix(label): fix label rich style does not inherit the plain label style & add new option `richInheritPlainLabel` to control this behavior.

год назад
roseExtreme.html

test: use simpleRequire to replace esl

5 лет назад
roseType-labeline.html

test(labelLine): add test for #19180

3 года назад
roseType.html

test: use simpleRequire to replace esl

5 лет назад
sample-compare.html

test(visual): proper error handling in action replay

5 лет назад
sankey-borderRadius.html

feat(sankey): Add sankey chart itemStyle.borderRadius support.

2 года назад
sankey-depth.html

feat(sankey): `edgeLabel` only supports `inside`

4 года назад
sankey-emphasis-lineStyle.html

fix(sankey): fix other state color is 'target/source/gradient'

3 года назад
sankey-emphasis.html

fix(sankey): fix browser crash when `emphasis.focus` is `'trajectory'` with large data

год назад
sankey-jump.html

test: use simpleRequire to replace esl

5 лет назад
sankey-labelValue.html

fix(sankey): prevent `edgeLabel` formatter from inheriting `label.formatter`.

3 года назад
sankey-level.html

test: use require to replace original jquery loading

5 лет назад
sankey-node-sorting.html

fix(sankey): implemented suggested change by @Ovilia to follow sunburst.sort method. Only null and `desc` implemented as suggested

4 месяца назад
sankey-nodeAlign-left.html

test: use require to replace original jquery loading

5 лет назад
sankey-nodeAlign-right.html

test: use require to replace original jquery loading

5 лет назад
sankey-ringed.html

test: not throw error in sankey-ringed

5 лет назад
sankey-roam.html

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
sankey-series-nodes.html

test(sankey): add test case for sankey chart

5 лет назад
sankey-vertical-energy.html

test: use require to replace original jquery loading

5 лет назад
sankey-vertical.html

test: use simpleRequire to replace esl

5 лет назад
sankey.html

feat(sankey): added dedicated test file

4 месяца назад
scale-extreme-number.html

fix regression: Fix NPE and simplify code.

4 месяца назад
scale-integer.html

test: use simpleRequire to replace esl

5 лет назад
scatter-gps.html

move map data to test folder. not included in the npm package.

6 лет назад
scatter-jitter.html

test(scatter)L fix test case

8 месяцев назад
scatter-markline.html

test: use simpleRequire to replace esl

5 лет назад
scatter-random-stream-fix-axis.html

test(map): replace test cases with new map

2 года назад
scatter-random-stream.html

test: use simpleRequire to replace esl

5 лет назад
scatter-single-axis.html

fix&ts(singleAxis): (1) Fix singleAxis.axisLabel.rotate does not work. (2) Fix label related TS type.

год назад
scatter-stream-large.html

fix: (1) Fix geo roam (pan and zoom) causes visual artifacts -- geo coord sys and its content (e.g., scatter) should visually align during roaming animation and manual roam. (2) Refactor to uniform roaming impl (via RoamController and ViewCoordSys) and clarify `updateTransform` and related code. (3) Enable scatter and effectScatter clip in geo. (4) Fix aria: palette is modified to ec instance local rather than global, which is more reasonable. (5) Fix map series roaming bug: roam and then click legend hide the first series and then roam and then click legend to restore the first series, the map should not jump.

3 месяца назад
scatter-stream-not-large.html

test(visual): fix cases that using async loading

5 лет назад
scatter-stream-visual.html

test: use require to replace original jquery loading

5 лет назад
scatter-weibo.html

fix regression: (1) Revert the recent change to zlevelKey for backward compatibility. (2) Add guard to progressive block.

4 месяца назад
scatter.html

feat(scatter): `scale` support number

4 года назад
scatterMatrix.html

test(visual): fix test cases, add marks

год назад
selectedMode.html

test: use simpleRequire to replace esl

5 лет назад
series-omitUnusedDimensions.html

seriesData: supplementarily fix omit unused and clarify the code.

8 месяцев назад
setOption.html

test: tweak test case title and add VRT action.

4 года назад
shape-custom.html

fix: add missing test cases.

5 лет назад
showTip.html

test: use simpleRequire to replace esl

5 лет назад
singleAxisScales.html

Fix category axis min/max ticks/labels show hide when interval > 0. Remove unnecessary code. Fix relevant TS.

4 месяца назад
smooth.html

test: use simpleRequire to replace esl

5 лет назад
splitLine.html

fix(splitLine): fix chart throws errors when `radiusAxis.splitLine` is enabled.

4 года назад
ssr-animaiton-wave.html

feat(ssr): add useViewBox opts in renderToSVGString

5 лет назад
ssr.html

[fix] tweak ssr ts type, impl, exports and eslint

3 года назад
stackBar-dataZoom.html

test: use simpleRequire to replace esl

5 лет назад
stream-basic1.html

test: Add test util for canvas layer debug.

4 месяца назад
stream-basic2.html

test: Add test util for canvas layer debug.

4 месяца назад
stream-basic3.html

test: Add test util for canvas layer debug.

4 месяца назад
stream-basic4.html

test: Add test util for canvas layer debug.

4 месяца назад
stream-basic5.html

test: Add test util for canvas layer debug.

4 месяца назад
stream-filter.html

test: use simpleRequire to replace esl

5 лет назад
stream-filter2.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-book.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-canvas.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-drink.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-emphasis-focus.html

test(sunburst): sunburst emphasis focus enable relative #20397

2 года назад
sunburst-highlight.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-itemStyle.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-label-align.html

fix(sunburst): label rotation flipping

3 года назад
sunburst-label-centering.html

feat(sunburst): align root node label to center

10 месяцев назад
sunburst-label-rotate.html

fix(sunburst): normalize label rotation when decompress from matrix

3 года назад
sunburst-label.html

fix(sunburst): label rotation flipping

3 года назад
sunburst-simple.html

test: use simpleRequire to replace esl

5 лет назад
sunburst-visualMap.html

test: use simpleRequire to replace esl

5 лет назад
sunburst.html

test: use simpleRequire to replace esl

5 лет назад
svg-gradient-opacity.html

test: use simpleRequire to replace esl

5 лет назад
svg-ssr.html

fix(ssr): remove redundant SVG attributes with `undefined` value.

3 года назад
svg-test.html

test: use simpleRequire to replace esl

5 лет назад
symbol.html

test(symbol): add test case for `emphasis.scale`

4 года назад
symbol2.html

test: use simpleRequire to replace esl

5 лет назад
symbol3.html

test: use simpleRequire to replace esl

5 лет назад
theme-list.html

test: add expected diffs

год назад
theme.html

feat(theme): dynamically register and set chart theme

2 года назад
themeRiver.html

test: use simpleRequire to replace esl

5 лет назад
themeRiver2.html

test: use simpleRequire to replace esl

5 лет назад
themeRiver3.html

test: use simpleRequire to replace esl

5 лет назад
timeScale-formatter.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
timeScale.html

fix(time): add `axisLabel.hideOverlap`

5 лет назад
timeScale2.html

test: use simpleRequire to replace esl

5 лет назад
timeZone.html

test: use simpleRequire to replace esl

5 лет назад
timeline-case.html

fix(timeline): fix chart can't work when axis line is not shown.

4 года назад
timeline-dynamic-series.html

test: use simpleRequire to replace esl

5 лет назад
timeline-event.html

refact(data): fix marker

5 лет назад
timeline-finance.html

test: use simpleRequire to replace esl

5 лет назад
timeline-layout.html

test: use simpleRequire to replace esl

5 лет назад
timeline-life.html

test: use require to replace original jquery loading

5 лет назад
tmp-base.html

feat(grid layout): (1) deprecate grid.containLabel. (2) support contain axisName (3) refactor: use the same logic to measure axisLabel/axisName contain and view build. (3) support auto avoid axisLabel and axisName overflow even containLabel is not specified, while also considered axis line alignment between different grids. Introduce `grid.outerBounds` and `grid.outerBoundsContain`.

год назад
toolbox-custom.html

fix regression: Fix NPE and simplify code.

4 месяца назад
toolbox-saveImage-background-svg.html

test: use simpleRequire to replace esl

5 лет назад
toolbox-saveImage-background.html

test: use simpleRequire to replace esl

5 лет назад
toolbox-stack-custom.html

test: use simpleRequire to replace esl

5 лет назад
toolbox-stack.html

test: use simpleRequire to replace esl

5 лет назад
toolbox-textStyle.html

test: fix test cases

2 года назад
toolbox-title.html

fix(toolbox): fix toolbox title may be outside of the chart.

4 года назад
toolbox-tooltip.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-action.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-alwaysShowContent.html

<fix>(tooltip): fix alwaysShowContent doesn't work after leaving the tooltip . close #18111

4 года назад
tooltip-appendTo.html

feat(tooltip): add `appendTo` option to allow customizing tooltip container (#18436)

3 года назад
tooltip-appendToBody.html

fix: add missing test cases.

5 лет назад
tooltip-axisPointer-snap.html

(test) Fix axis break test cases.

год назад
tooltip-axisPointer.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-axisPointer2.html

feat(axisPointer): add option to disable emphasis. close #18495

3 года назад
tooltip-cascade.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-component.html

fix: make component tooltip.formatter do not inherit the global tooltip.formatter, but has component specific default tooltip.formatter.

5 лет назад
tooltip-displayTransition.html

test(tooltip): add test case for `displayTransition` option

год назад
tooltip-domnode.html

fix(tooltip): fix tooltip arrow may cover the content when border is wide.

4 года назад
tooltip-event.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-lag-glitch.html

fix(tooltip): only throttle `updatePosition` function when transition is enabled, resolves #16101.

5 лет назад
tooltip-link.html

test regression: fix recent broken.

4 месяца назад
tooltip-multiple.html

chore: only output warning once when `setOption` is called, no matter how many tooltips are provided.

5 лет назад
tooltip-refresh.html

fix(tooltip): Changing tooltip config doesn't refresh the displayed tooltip

8 месяцев назад
tooltip-rich.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-setOption.html

fix(tooltip): set content tooltip.enterable along with render tooltip.enterable. close #16440

5 лет назад
tooltip-textStyle-lineHeight.html

test: Tooltip textStyle lineHeight does not work in default

2 года назад
tooltip-textStyle.html

test(visual): optimize cases. ignore stream case in SVG

5 лет назад
tooltip-touch.html

test(visual): start vst without simpleRequire. optimize cases

5 лет назад
tooltip-valueFormatter.html

tweak test case

7 месяцев назад
tooltip-windowResize.html

test: use simpleRequire to replace esl

5 лет назад
tooltip-xss.html

fix(lines): fix potential tooltip XSS vulnerability in lines series

3 месяца назад
tooltip.html

test(tooltip): update test case for tooltip xss

2 года назад
tooltipTestHelper.js

Add license header comment on each source file

8 лет назад
touch-candlestick.html

test: use simpleRequire to replace esl

5 лет назад
touch-slide.html

test(map): replace test cases with new map

2 года назад
touch-test.html

misc: fix spelling

год назад
tree-addNode.html

test: use simpleRequire to replace esl

5 лет назад
tree-basic.html

fix: root node related edge not removed when update data

5 лет назад
tree-image.html

test: use require to replace original jquery loading

5 лет назад
tree-image2.html

test: use require to replace original jquery loading

5 лет назад
tree-legend.html

feat(tree): `tree` focus supports `relative`

4 года назад
tree-orient-right-left.html

test: use require to replace original jquery loading

5 лет назад
tree-orient-top-bottom.html

test: use require to replace original jquery loading

5 лет назад
tree-polyline.html

test: use simpleRequire to replace esl

5 лет назад
tree-radial.html

fix(tree): radial tree with single root doesn't work

4 года назад
tree-recurrentRemoveNode.html

test: use simpleRequire to replace esl

5 лет назад
tree-removeNode.html

test: use simpleRequire to replace esl

5 лет назад
tree-roam.html

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
tree-setOption-twice.html

fix(treemap): error when running setOption twice with diff data

5 лет назад
tree-vertical.html

test: use require to replace original jquery loading

5 лет назад
treemap-action.html

test: use simpleRequire to replace esl

5 лет назад
treemap-cursor.html

feature(treemap): add custom cursor properties for treemap (#20113)

2 года назад
treemap-disk.html

test: use simpleRequire to replace esl

5 лет назад
treemap-disk2.html

test: use simpleRequire to replace esl

5 лет назад
treemap-obama.html

test: use simpleRequire to replace esl

5 лет назад
treemap-option.html

test: use require to replace original jquery loading

5 лет назад
treemap-option2.html

test: use require to replace original jquery loading

5 лет назад
treemap-scaleLimit.html

test(treemap): update test case for #18304

2 года назад
treemap-setOption-twice-noAnimation.html

fix(treemap): remove old nodes on disabled animation

5 лет назад
treemap-setOption-twice.html

fix(treemap): error when running setOption twice with diff data

5 лет назад
treemap-simple.html

feat(treemap.breadcrumb): add `emphasis` state (#17242)

4 года назад
treemap-simple2.html

feat: (1) Support `preserveAspect` `preserveAspectAlign` `preserveAspectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height). (2) Support `clip` on geo/series.map (3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect. (4) Support cursor style change when hovering the roaming enabled area to hint users. (5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6). (6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`. (7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence. (8) Fix some `scaleLimit` missing. (9) Some refactor and clarification of `RoamController` and `roamHelper`.

год назад
treemap-visual.html

test: use simpleRequire to replace esl

5 лет назад
universalTransition-multiLevelDrillDown.html

feat(animation): support multi-level drill-down for universal transition #17611

3 года назад
universalTransition.html

test: fix some type issues. add test case

5 лет назад
universalTransition2.html

fix: incorrect dataGroupId for old data items in universalTransition (#17559)

4 года назад
universalTransition3.html

test: fix some type issues. add test case

5 лет назад
violin.html

test: add violin demo

2 года назад
visualMap-categories.html

test: use simpleRequire to replace esl

5 лет назад
visualMap-continuous.html

fixRegression: Fix #21586. (1). Remove some verbose and unnecessary code. (2). Remove the breaking change to `visualMap[type='continuous'].formatter: function () {}` - not necessary, and that breaking change can cause the existing lables display incorrectly when labels touch. (3). Switch to a more comprehensive implementation - adjust the positions of the two labels to avoid overlap. The previous approach (merging two labels) may occupy extra horizontal space and may unexpectedly cause overlap with other content. (4). Add visual test for `visualMap[type='continuous']`

2 месяца назад
visualMap-large.html

test: use require to replace original jquery loading

5 лет назад
visualMap-layout.html

fix(visualMap): handle label collides with horizontal size visualMap

2 года назад
visualMap-multi-continuous.html

fix(visualMap): fix continuous visualMap mouseover event not register except first countinous visualMap (#19097)

3 года назад
visualMap-on-data.html

feat(visualMap): Support option `unboundedRange` to disable unbounded range behavior in continuous visual map component.

год назад
visualMap-opacity.html

test: use require to replace original jquery loading

5 лет назад
visualMap-performance1.html

test: use simpleRequire to replace esl

5 лет назад
visualMap-pieces.html

fix(visualMap): fix some text style can't work on visualMap

год назад
visualMap-scatter-colorAndSymbol.html

test: use simpleRequire to replace esl

5 лет назад
visualMap-scatter-symbolSize.html

test: use simpleRequire to replace esl

5 лет назад
visualMap-selectMode.html

fix(visualMap): tweak #20551 & add VRT test

2 года назад
visualMap-special-case.html

test(map): replace test cases with new map

2 года назад
visualmap-seriesTargets.html

chore: Add missing headers.

3 месяца назад
webkit-dep.html

test: use simpleRequire to replace esl

5 лет назад
worldPopulationBubble.html

test: use require to replace original jquery loading

5 лет назад
README.md