Skip to content

Commit

Permalink
update navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
denicrizz committed Jun 10, 2024
1 parent f3ec486 commit 704cd62
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dash.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<a class="dropdown-item" href="geomaps.html">Geomaps</a>
<a class="dropdown-item" href="scatter.html">Scatter Plot</a>
<a class="dropdown-item" href="datatable.html">Data Tables</a>
<a class="dropdown-item" href="rank-sub.html">Rank Sub Category</a>
<a class="dropdown-item" href="https://lookerstudio.google.com/u/1/reporting/39bd861e-6128-4604-88ee-293b566b1cf4/page/F7WwD">Looker Studio</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="about-us.html">About us</a>
Expand Down Expand Up @@ -140,7 +141,6 @@ <h5 class="modal-title" id="searchModalLabel">Search Results</h5>
</div>
</div>
</div>

<!-- Dashboardd -->
<ul class="charts">
<div class="chart" id="linechart">
Expand Down
1 change: 1 addition & 0 deletions datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<a class="dropdown-item" href="geomaps.html">Geomaps</a>
<a class="dropdown-item" href="scatter.html">Scatter Plot</a>
<a class="dropdown-item" href="datatable.html">Data Tables</a>
<a class="dropdown-item" href="rank-sub.html">Rank Sub Category</a>
<a class="dropdown-item" href="https://lookerstudio.google.com/u/1/reporting/39bd861e-6128-4604-88ee-293b566b1cf4/page/F7WwD">Looker Studio</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="about-us.html">About us</a>
Expand Down
1 change: 1 addition & 0 deletions geomaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<a class="dropdown-item" href="geomaps.html">Geomaps</a>
<a class="dropdown-item" href="scatter.html">Scatter Plot</a>
<a class="dropdown-item" href="datatable.html">Data Tables</a>
<a class="dropdown-item" href="rank-sub.html">Rank Sub Category</a>
<a class="dropdown-item" href="https://lookerstudio.google.com/u/1/reporting/39bd861e-6128-4604-88ee-293b566b1cf4/page/F7WwD">Looker Studio</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="about-us.html">About us</a>
Expand Down
1 change: 0 additions & 1 deletion js/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ fetch('superstore.json')
var years = [2014, 2015, 2016, 2017];
var profitData = [];
var salesData = [];

years.forEach(year => {
var filteredData = data.filter(item => item.Year === year);
var totalProfit = filteredData.reduce((sum, item) => sum + item.Profit, 0);
Expand Down
1 change: 1 addition & 0 deletions rank-sub.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<a class="dropdown-item" href="geomaps.html">Geomaps</a>
<a class="dropdown-item" href="scatter.html">Scatter Plot</a>
<a class="dropdown-item" href="datatable.html">Data Tables</a>
<a class="dropdown-item" href="rank-sub.html">Rank Sub Category</a>
<a class="dropdown-item" href="https://lookerstudio.google.com/u/1/reporting/39bd861e-6128-4604-88ee-293b566b1cf4/page/F7WwD">Looker Studio</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="about-us.html">About us</a>
Expand Down
1 change: 1 addition & 0 deletions scatter.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<a class="dropdown-item" href="geomaps.html">Geomaps</a>
<a class="dropdown-item" href="scatter.html">Scatter Plot</a>
<a class="dropdown-item" href="datatable.html">Data Tables</a>
<a class="dropdown-item" href="rank-sub.html">Rank Sub Category</a>
<a class="dropdown-item" href="https://lookerstudio.google.com/u/1/reporting/39bd861e-6128-4604-88ee-293b566b1cf4/page/F7WwD">Looker Studio</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="about-us.html">About us</a>
Expand Down

0 comments on commit 704cd62

Please sign in to comment.