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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-26 19:12:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-11-13 10:27:08 +0300
commit8edb77a4e54aff61feb541b2e7b8e5cd6705c51b (patch)
tree59e2fd097ceba08ba0ffb21c87d65922c9276942 /site/content/docs/5.2/examples/dashboard/dashboard.js
parent5a79c15bc1586693608aa6f0a9aa0023d41590a3 (diff)
Fix the new lint issuesxmr/xo
Diffstat (limited to 'site/content/docs/5.2/examples/dashboard/dashboard.js')
-rw-r--r--site/content/docs/5.2/examples/dashboard/dashboard.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/site/content/docs/5.2/examples/dashboard/dashboard.js b/site/content/docs/5.2/examples/dashboard/dashboard.js
index e1379758b2..fe97baeae6 100644
--- a/site/content/docs/5.2/examples/dashboard/dashboard.js
+++ b/site/content/docs/5.2/examples/dashboard/dashboard.js
@@ -22,13 +22,13 @@
],
datasets: [{
data: [
- 15339,
- 21345,
- 18483,
- 24003,
- 23489,
- 24092,
- 12034
+ 15_339,
+ 21_345,
+ 18_483,
+ 24_003,
+ 23_489,
+ 24_092,
+ 12_034
],
lineTension: 0,
backgroundColor: 'transparent',