Skip to content

Tag: echarts

how do I make all kinds of grids invisible in echart?

There are some horizontal lines in the background and I need remove it. I go to the grid section in the document, but I did not find anything related to this. Answer It might not be intuitive, but grid is not about the ‘grid’ in the background, it’s rather for positionning your chart(s) in a…

Markpoint symbol echarts

Problem I use echarts to generates some graphs and I want to add symbols for certain events, I did it for min and max values of my chart however it give a symbol by default I was wondering whether I can change this symbol to another one or even add my own symbols. My Attempt I used this in my

Change the color of an individual node

is it possible to change an individual node’s colour in an eChart treemap? I tried assigning a color property but the color does not change. I’ve gotten the label to change but i want the overall background color I have tried by having a color property under series-treemap.data as the documentatio…

Display variable names when hovering a scatter plot

Here’s a plot made with {echarts4r} that comes from this answer on GitHub: As you can see, the name of the car model and the values are displayed when you hover a point. However, I don’t know how to display the variable names in the same way. I know I could manually replace “x-axis” an…

Echarts: Plot the variance of signals

I want to plot the variance of multiple signals in a chart (or basically fillup the space between an upper and a lower signal). Is it possible to create such kind of charts? I saw the confidence-band example (https://echarts.apache.org/examples/en/editor.html?c=confidence-band) , however this seems to work on…