I am using Linechart and i am facing very strange issue like graph becomes invisible when i try to add x axis linear scale and y axis linear scale to line options method setscales(). It is working fine when i use only setScale(new LinearScales()) without adding any axis to it.
Hi, methods you are referencing are not part of this add-on.
This only transports JSON configuration to a web components, that creates the chart.
Check the resulted JSON out of the vaadin scope with chart.js 2.7.3.
And check this https://github.com/chartjs/Chart.js/issues/4687