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
Aug 24, 2021
by
Pithon Kabiro
Browse files
Add HTML for scatter plot and bar chart
parent
5bf171eb
Changes
1
Show whitespace changes
Inline
Side-by-side
index.html
View file @
b352f43a
...
@@ -210,6 +210,31 @@
...
@@ -210,6 +210,31 @@
</div>
</div>
</div>
</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>
</div>
</main>
</main>
<footer
class=
"py-4 bg-light mt-auto"
>
<footer
class=
"py-4 bg-light mt-auto"
>
...
...
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