supercharts-bullet_train 0.1.13 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e5ec9ffd3a3ecf773b6793ae88d0c14693e87df5715182dc91512eb01a8baf4
|
|
4
|
+
data.tar.gz: 2a7114b0474c1419eada79c1d07a1e6c1fea4d76e1db36a4bd5c53c05244927e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e429f870a0f055aa05ea9279eca6d58eaea52b278cf611aec4ee809947316246b98dd782f887ce53ce21373a3dcfebe77260b74a29b7f70cfdb9d9c218ae71b
|
|
7
|
+
data.tar.gz: 8e086d10be125ada08f5609e56af8552ebf264d0cd8f09553eb4e1d56f0c4365e9979c802030c2f4686fc91717bebb76492b98115e3c6adaad406a45496b5c8b
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[--line-color:#a86fe7]
|
|
7
7
|
[--point-color:theme('colors.gray.800')] dark:[--point-color:theme('colors.white')]
|
|
8
8
|
[--point-stroke-color:theme('colors.white')] dark:[--point-stroke-color:theme('colors.darkPrimary.700')]
|
|
9
|
-
[--point-stroke-color-hover:theme('colors.gray.100')] dark:[--point-stroke-color-hover:theme('colors.darkPrimary.
|
|
9
|
+
[--point-stroke-color-hover:theme('colors.gray.100')] dark:[--point-stroke-color-hover:theme('colors.darkPrimary.800')]
|
|
10
10
|
[--bar-fill-color:var(--line-color)]
|
|
11
11
|
[--bar-hover-fill-color:var(--point-color)]
|
|
12
12
|
[--point-radius:4] md:[--point-radius:6]
|
|
@@ -76,7 +76,15 @@
|
|
|
76
76
|
data-supercharts--filterable-target="chart"
|
|
77
77
|
data-action="update-chart->superchart#updateChart"
|
|
78
78
|
>
|
|
79
|
-
<canvas data-superchart-target="chartjsCanvas" style="height: var(--chart-height)""
|
|
79
|
+
<canvas data-superchart-target="chartjsCanvas" style="height: var(--chart-height)"">
|
|
80
|
+
<% if @timespan == "1w" %>
|
|
81
|
+
Chart of Tangible Things last 7 days
|
|
82
|
+
<% elsif @timespan == "1m" %>
|
|
83
|
+
Chart of Tangible Things last 31 days
|
|
84
|
+
<% elsif @timespan == "ytd" %>
|
|
85
|
+
Chart of Tangible Things since start of year
|
|
86
|
+
<% end %>
|
|
87
|
+
</canvas>
|
|
80
88
|
<template data-superchart-target="csvData" data-supercharts--filterable-target="chartSourceData"></template>
|
|
81
89
|
<template data-superchart-target="chartjsOptions"></template>
|
|
82
90
|
</div>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: supercharts-bullet_train
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pascal Laliberté
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|