1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 16:34:38 +04:00

Merge branch 'dev' into dev-daterangepicker

This commit is contained in:
Dawid Harat
2019-12-13 19:13:07 +01:00
39 changed files with 380 additions and 275 deletions
+1 -4
View File
@@ -7,7 +7,7 @@
color = $this.attr('data-spark-color') || 'blue',
type = $this.attr('data-spark-type') || 'line';
const $div = $('<div />').html(data);
const $div = $('<div/>').html(data);
$this.append($div);
let strokeColor = tabler.colors[color],
@@ -169,9 +169,6 @@ if (window.Apex) {
yaxis: {
show: false,
labels: {
show: false,
},
},
};
}