Skip to content

how would this compare with js native libraries like ChartJs or Apex Charts #225

Answered by mhkeller
mingsterism asked this question in Q&A
Discussion options

You must be logged in to vote

The main difference is in the interface and what Layer Cake allows the user to do. From the guide:

Layer Cake is more about having a system to organize your own custom components than it is a high-level charting library.

Looking at those two libraries you mentioned, it seems like you provide data and a JSON specification and you get a full chart with you line/bar/etc. as well as axes and tooltips. This is different from Layer Cake's design goals. The goals of Layer Cake are to give you a common set of scales and SVG, HTML and canvas components and let you populate them with renderers of your choosing. This lets users create fully customizable graphics.

The website includes examples of d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mhkeller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #224 on July 05, 2024 16:00.