Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maverickchangithub opened this issue Oct 10, 2018 · 2 comments
Open

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

maverickchangithub opened this issue Oct 10, 2018 · 2 comments

Comments

@maverickchangithub
Copy link

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

@Aspedm
Copy link

Aspedm commented Mar 20, 2020

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';

@hkeidesen
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants