laue icon indicating copy to clipboard operation
laue copied to clipboard

la-x-axis and la-y-axis not showing

Open maverickchangithub opened this issue 6 years ago • 2 comments

i just copied your sample code to my project , chart is ok , but x and y axis and tooltip not showing .

maverickchangithub avatar Oct 10 '18 10:10 maverickchangithub

I have same problem. I could not find a solution how to fix, but it solved. May be this helpful for someone. If you use on demand import, you mast import import { Cartesian, Line, XAxis, YAxis, Tooltip } from 'laue';

Aspedm avatar Mar 20 '20 14:03 Aspedm

And also remember to register it properly: import { Cartesian, Line, XAxis, YAxis } from 'laue'; ... components: { LaLine: Line, LaCartesian: Cartesian, LaXAxis: XAxis, LaYAxis: YAxis, },

hkeidesen avatar Oct 12 '21 08:10 hkeidesen