google-charts-node icon indicating copy to clipboard operation
google-charts-node copied to clipboard

Render Google Charts to image

Results 5 google-charts-node issues
Sort by recently updated
recently updated
newest added

Hi all, I'm trying to deploy a nodeJS service to cloudfoundry. It has a "google-charts-node" dependency. The app crashes with the following error, ERR /home/vcap/deps/0/node_modules/google-charts-node/node_modules/puppeteer/.local-chromium/linux-756035/chrome-linux/chrome: error while loading shared libraries:...

var data = new google.visualization.arrayToDataTable([["checkbox only assignee","Responsibility Count"],["option 1",3],["option 2",0],["option 3",0],["option 4",0]]); // Set chart options var options = { pieHole: 0, pieSliceText: "label", legend: { position: "bottom", textStyle: {fontSize:...

Reproduce ``` (async () => { const drawChart = ` var container = document.getElementById('chart_div');const data = google.visualization.arrayToDataTable([['Country', 'Popularity'],['Germany', 200],['United States', 300],['Brazil', 400],['Canada', 500],['France', 600],['RU', 700] ]);var options={};var chart = new...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi! I'm using typescript for all my projects, and i think is good feature for next update if you add type definitions for library.