Doug Molineux
Doug Molineux
Thank you for the response, the versions I currently have are: ``` "mock-knex": "^0.4.5", ... "@types/knex": "^0.16.1", "knex": "0.16.5", ``` I could attempt to work on something that reproduces this...
When I exclude: ``` "exclude": [ "**/*.d.ts" ], ``` I am seeing this error: ``` TSError: ⨯ Unable to compile TypeScript src/app.ts (84,29): Argument of type 'string | undefined' is...
I would love to know if you guys made any progress on this. I also might need to flatten the documents as well. Any response would be appreciated!
You'll need to use the chart options object: http://www.chartjs.org/docs/#doughnut-pie-chart-chart-options
Hi there @AustinMCrane have you been using the newer v2 branch? ``` "react-chartjs": "git://github.com/venari/react-chartjs.git#chartjs-v2", ```
`dangerouslySetInnerHTML` is the only way to achieve this?
Just wanted to add this, I was able to modify the Tooltip by using this: ``` chartOptions = { multiTooltipTemplate: ": ", } ```
Hi guys, I appreciate all the help here. Firstly, after transitioning from Charts.js 1.x, I am getting an error that looks like this: `TypeError: Cannot read property 'datasets' of undefined`...