1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

charts, colors fixes, charts demo

This commit is contained in:
codecalm
2019-12-20 18:08:14 +01:00
parent ba1e1fefb4
commit b83202d7a4
11 changed files with 82 additions and 74 deletions

View File

@@ -5,7 +5,7 @@
const $this = $(this),
data = $this.attr('data-spark'),
color = $this.attr('data-spark-color') || 'blue',
bgColor = $this.attr('data-spark-color-bg') || 'blue',
bgColor = $this.attr('data-spark-color-bg') || 'blue-100',
type = $this.attr('data-spark-type') || 'line';
const $div = $('<div/>').html(data);