-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register with Chart.register? #39
Comments
@awdorrin Did you figure out the solution for this?
|
I wound up not using the color scheme plugin and used Colors from chart.js directly.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the following:
I am trying to create a custom color scheme, as shown in the docs:
however, I get an error on the colorscheme line stating:
Object literal my only specify known properties, and 'colorscheme' does not exist in type '_DeepPartialObject<PluginOptionsByType<keyof ChartTypeRegistry>>'
I figure this is a ng2-charts issue, related to Chart.register() - but I have not been able to figure out how to register this plugin.
The text was updated successfully, but these errors were encountered: