var currencyGraphStat = {
type: 'line',
width: '100%',
height: '75',
lineColor: '#236d26',
fillColor: 'rgba(91, 154, 111, .3)',
spotColor: null,
minSpotColor: null,
maxSpotColor: null,
highlightLineColor: '#236d26',
spotRadius: 3,
chartRangeMin: 0,
drawNormalOnTop: false,
tooltipFormat: '{{y}}, {{offset:names}}'
};
var userGraphStat = {
hashrate: {
type: 'line',
width: '100%',
height: '180',
lineColor: '#236d26',
fillColor: 'rgba(91, 154, 111, .3)',
spotColor: null,
minSpotColor: null,
maxSpotColor: null,
highlightLineColor: '#236d26',
spotRadius: 3,
drawNormalOnTop: false,
chartRangeMin: 0,
tooltipFormat: '{{y}}, {{offset:names}}'
},
payments: {
type: 'line',
width: '100%',
height: '180',
lineColor: '#236d26',
fillColor: 'rgba(91, 154, 111, .3)',
spotColor: null,
minSpotColor: null,
maxSpotColor: null,
highlightLineColor: '#236d26',
spotRadius: 3,
drawNormalOnTop: false,
chartRangeMin: 0,
tooltipFormat: '{{y}}, {{offset:names}}'
}
};
$(function() {
$('[data-toggle="tooltip"]').tooltip();
});