vendor/assets/javascripts/_chart.js in active_frontend-10.3.0 vs vendor/assets/javascripts/_chart.js in active_frontend-11.0.0

- old
+ new

@@ -65,20 +65,20 @@ // Boolean - Whether the scale should start at zero, or an order of magnitude down from the lowest value scaleBeginAtZero: false, // String - Scale label font declaration for the scale label - scaleFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", + scaleFontFamily: "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", // Number - Scale label font size in pixels scaleFontSize: 11, // String - Scale label font weight style scaleFontStyle: "bold", // String - Scale label font colour - scaleFontColor: "rgba(35,41,55,1)", + scaleFontColor: "rgba(40,49,59,1)", // Boolean - whether or not the chart should be responsive and resize when the browser does. responsive: true, // Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container @@ -89,14 +89,14 @@ // Array - Array of string names to attach tooltip events tooltipEvents: ["mousemove", "touchstart", "touchmove", "mouseout"], // String - Tooltip background colour - tooltipFillColor: "rgba(35,41,55,1)", + tooltipFillColor: "rgba(40,49,59,1)", // String - Tooltip label font declaration for the scale label - tooltipFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", + tooltipFontFamily: "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", // Number - Tooltip label font size in pixels tooltipFontSize: 11, // String - Tooltip font weight style @@ -104,11 +104,11 @@ // String - Tooltip label font colour tooltipFontColor: "rgba(255,255,255,1)", // String - Tooltip title font declaration for the scale label - tooltipTitleFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", + tooltipTitleFontFamily: "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", // Number - Tooltip title font size in pixels tooltipTitleFontSize: 11, // String - Tooltip title font weight style @@ -2996,19 +2996,19 @@ //Number - Pixel width of the angle line angleLineWidth : 1, //String - Point label font declaration - pointLabelFontFamily : "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", + pointLabelFontFamily : "'Gotham', 'Gotham Round', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif", //String - Point label font weight pointLabelFontStyle : "bold", //Number - Point label font size in pixels pointLabelFontSize : 11, //String - Point label font colour - pointLabelFontColor : "rgba(35,41,55,1)", + pointLabelFontColor : "rgba(40,49,59,1)", //Boolean - Whether to show a dot for each point pointDot : true, //Number - Radius of each point dot in pixels \ No newline at end of file