dimple-js
Version:
Dimple is an object-oriented API allowing you to create flexible axis-based charts using [d3.js](http://d3js.org "d3.js").
32 lines • 1.57 kB
JavaScript
// Copyright: 2015 AlignAlytics
// License: "https://github.com/PMSI-AlignAlytics/dimple/blob/master/MIT-LICENSE.txt"
// Source: /src/objects/chart/methods/customClassList.js
// Help: http://github.com/PMSI-AlignAlytics/dimple/wiki/dimple.chart#wiki-customClassList
this.customClassList = {
axisLine: 'dimple-custom-axis-line',
axisLabel: 'dimple-custom-axis-label',
axisTitle: 'dimple-custom-axis-title',
tooltipBox: 'dimple-custom-tooltip-box',
tooltipLabel: 'dimple-custom-tooltip-label',
lineMarker: 'dimple-custom-line-marker',
legendLabel: 'dimple-custom-legend-label',
legendKey: 'dimple-custom-legend-key',
areaSeries: 'dimple-custom-series-area',
barSeries: 'dimple-custom-series-bar',
bubbleSeries: 'dimple-custom-series-bubble',
lineSeries: 'dimple-custom-series-line',
pieSeries: 'dimple-custom-series-pie',
gridline: 'dimple-custom-gridline',
colorClasses: [
'dimple-custom-format-1',
'dimple-custom-format-2',
'dimple-custom-format-3',
'dimple-custom-format-4',
'dimple-custom-format-5',
'dimple-custom-format-6',
'dimple-custom-format-7',
'dimple-custom-format-8',
'dimple-custom-format-9',
'dimple-custom-format-10'
]
};