You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the options parameter of renderChart() for those styling options to be honored.
Actual Behavior
All styling follows the default styling, which is not configurable (or at least I couldn't find how to do so).
While in the area, being able to modify the global style would be fantastic.
Environment
vue.js version: 2.2.2
vue-chart.js version: 2.5.1
npm version: 3.10.10
yarn version: 0.21.3
The text was updated successfully, but these errors were encountered:
Expected Behavior
When passing option data such as
options: { responsive: true, maintainAspectRatio: false, legend: { display: true, labels: { fontSize: '1em', fontFamily: "'Roboto' sans-serif", fontColor: "#000" } }
in the options parameter of
renderChart()
for those styling options to be honored.Actual Behavior
All styling follows the default styling, which is not configurable (or at least I couldn't find how to do so).
While in the area, being able to modify the global style would be fantastic.
Environment
npm version: 3.10.10The text was updated successfully, but these errors were encountered: