Closed marcelo-rebello closed 2 years ago
Hi @marcelo-rebello,
Thank you for opening the issue. Most probably the reason is that you did not set the chart fixed height and width, and the chart container is much bigger than on the example you attached above. Have you tried it? You could also provide me with minimal demo so that I would be able to investigate the problem.
Kind regards!
Hi @Denyllon You are right. fixing the width of the container makes the gradient works as expected ;) Thanks for the help.
Regards Marcelo
I have a nice solid gauge working in a Jsfiddle: https://jsfiddle.net/marcelo_rebello/Luctz3pj/349/
But when I try to recreate the same gauge using HighchartsVue, it only gets a solid color:
My Vue component has exactly the same options object as in the JsFidlle example. my component code is:
So why VueHighchart is not rendering the gradient? I would expect that both charts look the same.