-
Updated
Jul 3, 2020 - Ruby
chartjs
Here are 1,193 public repositories matching this topic...
{% pie_chart browser_stats with library={"title":"Browser Statistics, May 2013"} %}
So we do similar for line_chart as:
{% line_chart exchange with library={"title":"Browser Statistics, May 2013"} %}
The labels would go outside the chart if aligned to the right of the anchor.
It would be nice if labels would stay inside the chart when near an edge (offset apply to the edge not the anchor | the edge becomes the anchor).
-
Updated
Dec 27, 2019 - HTML
zoom with slider bar
i have the chartjs-plugin-zoom.js file in my solution and just added two more function to the chart instance to zoom in and zoom out after the _WheelHandler function.
chartInstance.ZoomIn = function () { var rect = document.getElementById(chartInstance.canvas.id).getBoundingClientRect(); var center = {
This will display text1,text2 in one line.
label: { content: ['text1', 'text2'], enabled: true, position: "top" }
I'm not sure if that is the wanted behaviour but the readme states:
// Text to display in label - default is null. Provide an array to display values on a new line
So the above code snip
This lib is awesome and it has reached 200 stars on GitHub(basic requirement on cdnjs).
Please consider putting it on cdnjs which could improve the ecosystem of chartjs.
Describe the feature request
I guess, it would be cool to have a nice icon for the NuGet package (and the Gitter community). I would provide one on my own, but I'm actually not that good in such things
-
Updated
Nov 1, 2019 - CSS
-
Updated
Jun 8, 2020 - JavaScript
my package.json versions
"canvas": "2.0.0-alpha.8"
"chart.js": "^2.7.1",
"chartjs-node": "^1.6.0",
When using "canvas": "^2.0.0-alpha.2",
node-chartjs works like a charm, when using "canvas": "^2.0.0-alpha.8",
item is null in acquireContext so item.length errors in platform.dom.js
acquireContext: function(item, config) {
if (typeof item === 'string') {
item =
-
Updated
Oct 25, 2019 - CSS
-
Updated
Jan 14, 2019 - Python
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
May 31, 2020 - JavaScript
I've been able to implement JS callbacks on the tooltips but can't figure out how to add padding to my overall pie chart. The tooltips are getting cut off on the top/bottom because there's no chart padding. I don't want to make the actual pie chart any larger though.
Referencing the exact issue solved here with Javasc
-
Updated
Dec 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the chartjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chartjs topic, visit your repo's landing page and select "manage topics."
Right now I have to deploy the
vue-press
documentation manually with the deploy scriptThis should be handle by the CI.