-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfueleco_vs_price.html
38 lines (36 loc) · 1.7 KB
/
fueleco_vs_price.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/brand_sales.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="https://d3js.org/d3.v4.min.js"></script>
<body>
<h2 class="pagequestion">
What are consumer's preference?
</h2>
<div>
</br>
<a href="brand_sales.html" class="previous">« Previous</a>
<a href="avg_chart.html" class="next">Next »</a>
<a href="index.html" class="startover">Startover ↺</a>
<div id="my_dataviz"></div>
<script src="scripts/fueleconomy_vs_price.js"></script>
<hr>
<div class="body-text" style="background: #FDEEF4;">
<h3 style="margin:10px;">About the Chart</h3>
<p style="margin:20px;">
The scatterplot of "Fuel Economy" on Y-axis and "Price" on X-axis depicts the number of motorcycle sales of any brand.
</p>
<h3 style="margin:10px;">What it means?</h3>
<p style="margin:20px;">
Through the scatterplot above we found that the most of the sales happened under Rs. 1 lakh price range and fuel economy between 40-80.
Thus we can say the price range of Rs. 0-1 lakh and fuel economy between 40-80 kmpl is the most desirable range which consumers prefer.
</p>
<p style="margin:20px;">
After seeing the previous two charts, other questions open up. Why the consumers prefer some brands like Bajaj, Hero, Yamaha, Honda, TVS and Royal Enfield over the others? Are these brands checking all the consumers preferences?
</p>
<p style="margin:20px;">
Please proceed through the navigation on top of the page or <a style="border: 1px solid grey" href="fueleco_vs_price.html">click here</a> to go to next page.
</p>
<hr>
</div>
</body>