You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This breaks my scenario, which is unfortunate. I can write my own axis if needs be, but I'd like for this to be natively supported.
Environment
Chart.js version:
Browser name and version:
Link to your project:
I'm trying to use time on the X axis and category on the Y in a line graph. It simply doesn't render any points, which I find odd. No console errors are output. I've tried using both the scattered data point method as well as using xLabels and yLabels.
Using Chart.JS V 2.5
Here's a fiddle that describes what I'm trying to do: https://jsfiddle.net/jfaan5so/14/
The text was updated successfully, but these errors were encountered:
To generate the PR- how would I go about fixing this? Any pointers on where I might go to investigate. There aren't any errors in the console and I'm not very familiar with the chart.js codebase. Thanks.
Expected Behavior
Lines and points to render correctly
Current Behavior
No lines or points are rendered

Possible Solution
It seems like this should be a supported behavior
Steps to Reproduce (for bugs)
Context
This breaks my scenario, which is unfortunate. I can write my own axis if needs be, but I'd like for this to be natively supported.
Environment
I'm trying to use time on the X axis and category on the Y in a line graph. It simply doesn't render any points, which I find odd. No console errors are output. I've tried using both the scattered data point method as well as using xLabels and yLabels.
Using Chart.JS V 2.5
Here's a fiddle that describes what I'm trying to do: https://jsfiddle.net/jfaan5so/14/
The text was updated successfully, but these errors were encountered: