Skip to content

Instantly share code, notes, and snippets.

@cyrilmesvayn
cyrilmesvayn / chartist-exportToPNG.css
Last active January 24, 2018 02:07
Chrome : Using chartist and exporting them to PNG
.chart .ct-grid {
stroke: rgba(0, 0, 0, .1);
stroke-dasharray: 1px;
}
.chart .ct-label {
fill: #545454;
color: #545454;
font-size: 0.9em;
}
.chart .chartist-tooltip {