echarts
echarts copied to clipboard
Apache ECharts is a powerful, interactive charting and data visualization library for browser
### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=area-stack&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOQDKYAhgMYDWOAJrAIIBOOdsAwgAs6XMJSIBfADREwwYFkggCqYhi4QA5ppxcqdUhADOlGWoPGACsAjQwulUTVgAniHyxKDLsCMmzarBYdABGOFiOgcQhjEyaPgCu0Kz8CsB6ngDEAGIAIrkAHADMAKymToEMaRmUXJoxABQAnFKwAIxtrQBMXa0ADAB0TQAsAJTiURIVU-jSRLg6yZHErHT0BADalACiALZ0EFimngCq0FBwHKz-ngBqEKw4wJzXx5S5EDwMYq00vFwMQSwbbQTS2HCUAC6kgCcgUIWApGW6AAZrwwAkeMjiEY6AA3HAcIwASX2OhUM2IlLm6FW9AAWvJdpsKqpAq53FQjFgHrpylEjPRRAQun0AmocEtYAUxRVUYd7FwALLAR5UaAwCHTIiQgKkDiGIwstRs5xuDxeNY4TTpFz8wIIpKrLguADidGUsBRdCwRhw4pWazom0oKugbwAKgkIb8AOpsSOCBJvbIaN7UNbppJQ7XoXVEFwG4zG4im4gci14n3R-1qaB0XYWgAyoXC_jlsHrjabwAYawuVF2D1YuFrxC7OHdnuGsqiE4jZDAtBcuGxahRMDA2QbhxcVAARNRgJiGDhYBnoEZYJYfPvWrjLwBaP0aFFj9eb6gQABeHjavQ7dAqiwdIqBCLAaw7GlAgsIwWzCCJCCidAjEEYAAHcCDALhowDD87G3IcsD3TxD2PAEzwvK8b2AO9YAfIxn10CA3zw4gNzsL9fwIf8oNzWB83QeIHmxBEwDkZlPDaPoAFIJlgaCXwgHAjVgDZWQ7CcqD2A4jjYisqB5aAYw7HBdhAYQjGLJDkI3BgElUyglJU-S1GgtQ6WDNT_zFdoil6do-k6PzhlaJpfK6IoIuk6E3IDMt0C0zwPi-H4OwMzwjJMqIzIsugrNUhL2N7ByuWYlyoLYzzNn83yin81oouC-rQtgIpwsaqLGtFWKqXizSGwtah_kBYFQXBd8MHNQyJrY4IELXHE0Mw9RcMA2AQF8CBIBgKg5BAVy-tM8zLOsorURKxznJMSqO2qtSZTC3zpN8poila_8Or8rq_J6tj9i4Jgm3BRbaSDEtkJsyHEsGrkhTS6HiELQ0CBKPpZ0RoJW0Q87kM2qydugOGRDS9a3LJhS2JNCmYcbKhJVYSaonm8JQbxrbCfp5ImcCdzoeR6y0YxyHKSiXryYlgSUAkABuFAUF2FwhBJgYYAaShPO_JljgaEARAbIxRgQAA-GyqkvBQcAGEDNF1_XdkNuWJFGGWgA ### Steps to Reproduce 1. set `markLine.name` to any string, 'start' for example ### Current Behavior  ### Expected Behavior I...
### What problem does this feature solve? When using visualMap (piecewise), there's no way to choose the z of points. With a large dataset on a scatter they may overlap...
### Version 5.4.2 ### Link to Minimal Reproduction https://codepen.io/ragava28/pen/oNampeL?editors=0010 ### Steps to Reproduce [https://codepen.io/ragava28/pen/oNampeL?editors=0010](url) in above sample , We want to connect Chart 1 & 3 by y-axis(Depth) . Chart...
### What problem does this feature solve? I have created a multi placeable tooltip on a graph.. https://github.com/mnischay/echarts-multiple-scooters-example i need to style the text part of the custom tooltip.. currently...
### What problem does this feature solve? After adding the x-axis to set the polyline offset, the visualMap setting fails ### What does the proposed API look like? My option...
### What problem does this feature solve? When drawing the function image, the set scale is always calculated from the leftmost end of the horizontal axis or the bottom of...
### Version 5.4.1 ### Link to Minimal Reproduction https://codesandbox.io/s/stacked-line-chart-forked-es9qgk?file=/index.js ### Steps to Reproduce 1. xAxis: { type: "category", boundaryGap: true, }, 2. dataZoom: [ { type: "slider", start: 45, end:...
### Version 5.4.1 ### Link to Minimal Reproduction https://codesandbox.io/s/stacked-line-chart-forked-wxxkh0?file=/index.js ### Steps to Reproduce Just add series from the link ### Current Behavior There is no line on zoom panel at...
### Version 5.4.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce useEffect(() => { const dom = document.getElementById("container")!; const myChart = echarts.init(dom, undefined, { renderer: "canvas", useDirtyRect:...
### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Create a regular line graph with the area underneath coloured / areaStyle defined. ### Current Behavior...