echarts v4.6.0 Release Notes

Release Date: 2019-12-29 // over 4 years ago
  • v4.6.0

    2019-12-29

    ⚡️ [Feature] Optimize label layout on pie. Add new alignTo option for aligning the labels. Check more detail in PR #11715 (Wenli Zhang)

    [Feature] Add minorTick, minorSplitLine on axis. Check more detail in the PR #11705 (Yi Shen)

    [Feature] Added more themes. #11566 (WebCodePro719)

    ✨ [Enhance] Chart will keep the dragging status when mouse is out of the area. Which will provide a much better dragging experience. #11710 (Shuang Su)

    ✨ [Enhance] Legend will display colors from visualMap component in pie/funnel/radar series. #11737 (Yi Shen)

    0️⃣ [Enhance] Enhance dataset default encode guess strategy. #11746 (Shuang Su)

    🚚 [Enhance] Stack icon on toolbox now is a toggle button. Removed tiled icon. #11367 (alex2wong)

    ✨ [Enhance] Add a delay to avoid flashing when hovering on nodes and edges of graph and sankey series. 11572 (Deqing Li)

    [Fix] Fix bar width calculation with barMaxWidth constraint and negative barGap. #11713 (Yi Shen)

    [Fix] Fix seams in heatmap series. Which may cause unexpected gray lines. #11689 (Yi Shen)

    [Fix] Fix unexpected highlight state after inverse selection in legend. #11547 (SnailSword)

    [Fix] Fix tooltip may highlight the point out of chart in line series. #11548 (SnailSword)

    [Fix] Fix label may not disappear on SVG renderer. ecomfe/zrender#535 (Wenli Zhang)

    [Fix] Not display bar on polar when value is 0. #11452 (foolzhang)

    💅 [Fix] Fix logic issue in global textStyle. #11653 (code4fan)

    [Fix] Fix label color of axisPointer in dark theme. #11656 (asiOvOtus)

    [Fix] Fix markPoint out of the chart may still display in the wrong position. #11484 (susiwen8)

    [Fix] Fix tooltip shows multiple values around both sides of the pointer. #11648 (Shuang Su)

    [Fix] Fix label.formatter of leaves in tree series not work. #11556 (Deqing Li)

    [Fix] Fix overflow symbol not display when clip is set false in line series. #11552 (SnailSword)