master
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).
test(dirty-rect): support dirty rect in test
(feat & fix): (1) fix test/axis-break-3.html (2) Add license headers. (3) Fix that axis break should not be a installable "component", but a feature. (4) Make axis break a installable feature, and imported in echarts.all.js and echarts.common.js by default, but not in echarts.simple.js. The zipped size diff is 11KB, not so much but still considerable as a non-common feature.
fix(test infra): fix test bug introduced in 8005bc3
tweak example.
Update funnel, add dat.gui.min.js
test: Add resize cb.
test: migrate to ecSimpleTransition and ecSimpleOptionPlayer.
test: add case for ecStat
test: update ecstat dep.
tweak examples and comments
test(visual): fix progressive rendering in VST
Add query
Add example heatmap-large
add licenses.
fix regression: Fix appendData broken by previous commits.
test(visual): fix url loading error may block. add threads in cli