Sha256: b19e445bcf0cde08fa3063a035bd7d1c571ba017eff48a56edb1a7cfa49ceb5d
Contents?: true
Size: 449 Bytes
Versions: 4
Compression:
Stored size: 449 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
4 entries across 4 versions & 1 rubygems