Sha256: 960ed01e6dc73c32247ce06a3a7a0f2fddf0d9d0379a9c7b125bad355f10c862
Contents?: true
Size: 458 Bytes
Versions: 6
Compression:
Stored size: 458 Bytes
Contents
import commonSettings from "../pb_dashboard/commonSettings.js"; const markerStyles = function(highchart){ highchart.plotOptions.line.marker.enabled = true; highchart.plotOptions.series.marker.enabled = true; highchart.plotOptions.series.marker.fillColor = "white"; highchart.plotOptions.series.marker.lineWidth = 2; } const pbLineGraph = function(highchart) { commonSettings(highchart); markerStyles(highchart); }; export default pbLineGraph;
Version data entries
6 entries across 6 versions & 1 rubygems