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
I'm having an issue when trying to create charts in Angular 10. While the chart doesn't have any problems rendering, I get this error when attempting to add a label to the first stock panel. The things I've tried so far include:
Switching between licensed and free versions of scripts
Recreating the project from scratch
Individually commenting out chart properties
Calling the validateNow/validateData functions before adding the labels
Using the dataloader.js plugin to import csv/json data (instead of copy/pasted mock data)
All of these have yielded no success, however when import working charts from other projects, they don't seem to run into the same issue.
The mock data isn't supposed to actually represent anything but more of a means to just populate the dataProvider property. All the scripts are also in the right order in my index.html file
The text was updated successfully, but these errors were encountered:
I'm having an issue when trying to create charts in Angular 10. While the chart doesn't have any problems rendering, I get this error when attempting to add a label to the first stock panel. The things I've tried so far include:
All of these have yielded no success, however when import working charts from other projects, they don't seem to run into the same issue.
Here's the code for my chart
The mock data isn't supposed to actually represent anything but more of a means to just populate the dataProvider property. All the scripts are also in the right order in my index.html file
The text was updated successfully, but these errors were encountered: