Welcome to mirror list, hosted at ThFree Co, Russian Federation.

chart-generate-raw.html « shortcodes « layouts - github.com/VVelox/hugo-dusky-neon-potato.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 368ce86b801d74fc84113e5aef8f857dd01605e3 (plain)
1
2
3
4
5
<script>
var chart = c3.generate({
{{ .Get "raw" }}
});
</script>