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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user