Chart (Bar Chart) between two categories (variables/strings) #2866
Unanswered
umerjaved178
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know if is it possible to draw a chart between two strings like the one attached below (it doesn't have any numerical data)
Imagine the following diagram with string/variable/categories on both axis and data is like
[
{y: 'medium', x:'P'},
{y: 'high', x:'Y'}
{y: 'low', x:'SS'}
{y: 'medium', x:'DD'}
{y: 'very high', x:'NN'}
]
Beta Was this translation helpful? Give feedback.
All reactions