Closed UkiMiawz closed 8 years ago
I'll take a look. Seems like a bug.
Hi, I managed to find my problem, its like what I suspect, I gave the chart the wrong dataset. I'm sorry for the trouble
My final dataset
const datum = {
"title": "Revenue",
"subtitle": "US$, in thousands",
"ranges": [150, 225, 300],
"measures": [220],
"markers": [250]
};
Awesome, let me know if you have any other issue.
Hi, I tried to render bullet chart but its not showing. My data
and my component render
Did I pass the wrong dataset?
Thank you for your help