Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iCity
EnergyDashboard
Commits
b352f43a
Commit
b352f43a
authored
3 years ago
by
Pithon Kabiro
Browse files
Options
Download
Email Patches
Plain Diff
Add HTML for scatter plot and bar chart
parent
5bf171eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+25
-0
index.html
with
25 additions
and
0 deletions
+25
-0
index.html
+
25
-
0
View file @
b352f43a
...
...
@@ -210,6 +210,31 @@
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-xl-6"
>
<div
class=
"card mb-4"
>
<div
class=
"card-header"
>
<!-- No free scatter plot icon available; use this instead -->
<i
class=
"fas fa-braille mr-1"
></i>
Scatter Plot Example
</div>
<div
class=
"card-body"
>
<div
id=
"chart-scatter-plot"
width=
"100%"
height=
"40"
></div>
</div>
</div>
</div>
<div
class=
"col-xl-6"
>
<div
class=
"card mb-4"
>
<div
class=
"card-header"
>
<i
class=
"far fa-chart-bar mr-1"
></i>
Bar Chart Example
</div>
<div
class=
"card-body"
>
<div
id=
"chart-bar"
width=
"100%"
height=
"40"
></div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer
class=
"py-4 bg-light mt-auto"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment