UNPKG

atlas-guide

Version:

Atlas is living style-guides & pattern library static site generator with extensive CSS monitoring and components info that could be used virtually with any scss/css project

14 lines (10 loc) 254 B
'use strict'; function fileSizesChart(data) { const dataStr = JSON.stringify(data); return ` <svg class="js-stacked-chart"> <defs data-chart='${dataStr}'></defs> </svg> `; } module.exports = fileSizesChart;