[RFC] Charts #2005
Janpot
announced in
Early feedback
[RFC] Charts
#2005
Replies: 1 comment
-
At first thought, I think option 1 sounds less redundant and less confusing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the problem? 🤔
Most of the custom components I've seen created so far were charts. We should provide an out of the box Chart component
What are the requirements? ❓
We should start simple:
What are our options? 💡
The design centers mostly around how to configure the chart. I'm using typescript interfaces to model these, but really this is about the UX.
Chart data
Option1
data
property, with a single X-value selector.data
propertyUI:
pro:
con:
Option 2
data
, with X- and Y-value selectors. The chart will combine all X-values in a single axisUI:
pro:
con:
Per series configuration
Future considerations (Out of scope)
Proposed Solution
Option 2
Beta Was this translation helpful? Give feedback.
All reactions