-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use this plugin with angular-chart.js #1
Comments
Hi, of course it is possible to use the plugin with angular-chart.js |
javascript:vm.options = {
tooltips: {
enabled: false
},
zoomOutPercentage: 68,
plugins: {
outlabels: {
stretch: 18,
lineWidth: 1,
font: {
resizable: false,
size: 10
}
}
}
};
html:<canvas id="wholeChartPie" class="chart-base"
chart-options="vm.options"
chart-type="'outlabeledPie'"
chart-data="vm.chartData" chart-labels="vm.chartLabels" chart-series="vm.chartSeries">
</canvas> |
Hi I'm tryin to get this work in angular 5, when i put this 'outlabeledPie' in chart-type, i get this error: Error: "outlabeledPie'" is not a chart type. And if i put it in the ts file the charts are render but only in gray scale, and whe i use the chart-type "pie" the labels always are out of the container, maybe you can help me pls :) |
by any chance is that work with chart-funnel -js plugin thanks in advance |
…ed-visuals Handling v3 and cleaning the visuals
Hi,
I'm discovering angular and I'll be interesting in using your plugin with angular-chart.js.
Is there any ways to do this ? I'm a bit lost even after looking at some other plugin integrations.
Help is much appreciate !
The text was updated successfully, but these errors were encountered: