0

In this Angular ECharts demo the Y Axis Axis line is not rendering, and I have it configured like this:

       axisLine: {
          lineStyle: {
            type: 'solid',
            color: 'black',
            width: 4,
          },
        },

Thoughts?

Update

I fixed the Stackblitz per the suggestion in the comments, so if you look at it you can see that it renders the Y Axis line when show: true is set.

Ole
  • 41,793
  • 59
  • 191
  • 359
  • 1
    Apparently you gave to set `axisLine.show: true`, but I don't know why, it should be the default value – kikon Jul 24 '23 at 00:04
  • Fun fact: looking on echarts site examples, none of their line charts show the y axis line! And in the options explorer, the value for `axisLine.show` is `"auto"`, which is not a (documented) valid value. Can it be such a long standing bug? – kikon Jul 24 '23 at 00:20
  • Hmmm ... You are right .... I'll file a bug report ... Good catch ... – Ole Jul 24 '23 at 01:03
  • 1
    https://github.com/apache/echarts/issues/18922 – Ole Jul 24 '23 at 01:23

0 Answers0