-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathULEDGraphNov17.html
More file actions
226 lines (179 loc) · 6.39 KB
/
ULEDGraphNov17.html
File metadata and controls
226 lines (179 loc) · 6.39 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<head>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<h1>2017 Hisense N6, N7, N8 ULEDs; Actual vs RRP</h1>
<div id="myDiv" style="width:900px;height:600px;"></div>
<div id="myDiv2" style="width:900px;height:600px;"></div>
<div id="m7000" style="width:900px;height:600px;"></div>
<p>Data at June '17. <br>
Data Sources: see Source Code.</p>
<p>Data Sources: Hisense UHDs, 50" - 65" 2017 models.<br>
<ul>
<li> RRP: <a href="https://hisense.com.au/electronics/tv/all/">here</a> | N8 expected at $4k debuts at $5k RRP.
<li> BL: <a href="https://www.binglee.com.au/tech/tv-video/4k-ultra-high-definition?manufacturer=hisense">here</a>
<li> HN: <a href="http://www.harveynorman.com.au/tv-blu-ray-home-theatre/tvs/tvs/hisense/993">here</a> - same as JB
<li> GG: <a href="https://www.thegoodguys.com.au/televisions/ultra-hd-tvs">here</a>
<li> JB: <a href="https://www.jbhifi.com.au/tv-home-entertainment/Ultra-HD-Televisions/?p=1&s=releaseDate&sd=2&fc=brand%3A%3AHISENSE%3B&mf=brand&fm=false">here</a> end of June '17 sales - 15% off; (late Oct '17 20% off)
<li> see also discussion at Whirlpool: <a href="https://forums.whirlpool.net.au/archive/2608487">here</a>
<li> VideoPro; 55N7 $1500 plus $50 postage on eBay, but <a href="http://pages2.ebay.com.au/Buyer_coupons/ptech20">20% discount</a>; code PTECH20 exp 21.8.17. -> 55N7 $1200, 65N7 $2000 plus post.
<li> JB; 15% off end June
<li> JB: early Aug $200 off 55N6, 55N7
<li> GG/Videopro: 20% off (eBay) early Nov '17; 55N7 $1300 -> $1030.
<li> JB: 20% off Hisense 16.11.17; 55N7 $1300 -> $1040
<li><a href="SonyLEDGraph18.html">Sony 2018 Price Graph</a>
</ul></p>
<P>In order of preference:
Sony X9000E |
Samsung MU7000 |
Sony X8500E |
Samsung MU6400 |
Hisense N7<br>29.10.17
http://whrl.pl/Re1yBj</p>
<script>
// Data Sources: Hisense UHDs, 50" - 65" 2017 models.
// RRP: https://hisense.com.au/electronics/tv/all/
// BL: https://www.binglee.com.au/tech/tv-video/4k-ultra-high-definition?manufacturer=hisense
// HN: http://www.harveynorman.com.au/tv-blu-ray-home-theatre/tvs/tvs/hisense/993
// GG: https://www.thegoodguys.com.au/televisions/ultra-hd-tvs (Brand = Hisense)
// JB: https://www.jbhifi.com.au/tv-home-entertainment/Ultra-HD-Televisions/?p=1&s=releaseDate&sd=2&fc=brand%3A%3AHISENSE%3B&mf=brand&fm=false
// JB: https://www.jbhifi.com.au/tv-home-entertainment/Ultra-HD-Televisions/?p=1&s=releaseDate&sd=2&fc=brand%3A%3AHISENSE%3B&mf=brand&fm=false
// see also discussion at: https://forums.whirlpool.net.au/archive/2608487
// more discussion at: https://forums.whirlpool.net.au/archive/2640713
// Whirlpool ULED 2017: https://forums.whirlpool.net.au/forum-replies.cfm?t=2608487
var layout = {
title: 'ULED Hisense RRP, Series 6 (N6) advertised prices 2017',
xaxis: {title: 'size (inches)', range:[0,70]},
yaxis: {title: 'price', range: [0, 5000]}
}
var layout2 = {
title: 'ULED Hisense RRP, Series 7 (N7) advertised prices 2017',
xaxis: {title: 'size (inches)', range:[0,70]},
yaxis: {title: 'price', range: [0, 5000]}
}
var layout3 = {
title: 'ULED Hisense RRP, M7000 advertised prices 2016/17',
xaxis: {title: 'size (inches)', range:[0,70]},
yaxis: {title: 'price', range: [0, 5000]}
}
var n7 = {
x: [50, 55, 65],
y: [1700, 2500, 3500],
type: 'scatter',
name: 'RRP - n7'
};
var n8 = {
x: [55, 65, 65],
y: [3000, 4000, 5000],
type: 'scatter',
name: 'RRP - n8'
};
var m7000 = {
x: [50, 55, 65],
y: [1500, 2000, 3500],
type: 'scatter',
name: 'RRP - m7000'
};
var n6 = {
x: [50, 55, 65],
y: [1200, 1700, 3000 ],
type: 'scatter',
name: 'RRP - n6'
};
var jbn8 = {
x: [ 65, 65, 65, 65],
y: [ 2000, 2500, 2800, 3000 ],
type: 'scatter',
name: 'jb - n8'
};
// same for HN 14.09.17, 07.11.17
var jbn7 = {
x: [50, 50, 50, 50, 50, 55, 55, 55, 55, 55, 55, 55, 65, 65, 65, 65, 65, 65, 65],
y: [800, 1000, 1200, 1300, 1400, 1050, 1300, 1350, 1400, 1500, 1700, 2000, 1600, 2100, 2300, 2500, 2800, 3000, 3200 ],
type: 'scatter',
name: 'jb - n7'
};
// end of June '17 sales - 15% off
// early Aug $200 off 55N6, 55N7
var jbn6 = {
x: [50, 50, 50, 50, 50, 55, 55, 55, 55, 55, 55, 55, 65, 65, 65, 65, 65],
y: [650, 930, 1000, 1100, 1200, 800, 1100, 1200, 1360, 1400, 1600, 1700, 1350, 1800, 2000, 2100, 2500 ],
type: 'scatter',
name: 'jb - n6'
};
// end of June '17 sales - 15% off
// early Aug $200 off 55N6, 55N7
var hnn8 = {
x: [ 65],
y: [ 2500 ],
type: 'scatter',
name: 'hn - n8'
};
// same for HN 14.09.17
var hnn7 = {
x: [50, 50, 50, 55, 55, 55, 55, 55, 55, 65, 65, 65, 65],
y: [1000, 1100, 1200, 1350, 1400, 1500, 1600, 1700, 2000, 2300, 2400, 2500, 3000 ],
type: 'scatter',
name: 'hnn7'
}; // no diff from JB
var hnn6 = {
x: [50, 50, 50, 55, 55, 55, 55, 55, 65, 65, 65],
y: [900, 1000, 1200, 1100, 1200, 1275, 1360, 1600, 1800, 2100, 2500 ],
type: 'scatter',
name: 'hnn6'
}; // no diff from JB
var bln7 = {
x: [55, 55, 55, 55, 65, 65, 65, 65, 65],
y: [1400, 1500, 1600, 1700, 2300, 2400, 2500, 2800, 3000 ],
type: 'scatter',
name: 'bl - n7'
};
var bln6 = {
x: [50, 50, 50, 50, 55, 55, 55, 55, 65, 65, 65, 65, 65],
y: [900, 960, 1000, 1100, 1100, 1200, 1300, 1400, 1800, 2000, 2100, 2200, 2500 ],
type: 'scatter',
name: 'bl - n6'
};
var ggn6 = {
x: [50, 50, 50, 50, 50, 55, 55, 55, 55, 65, 65, 65, 65],
y: [900, 950, 1000, 1100, 1200, 1100, 1200, 1280, 1600, 1700, 1800, 2000, 2300 ],
type: 'scatter',
name: 'gg - n6'
}; // same as JB
var ggn7 = {
x: [50, 50, 55, 55, 55, 55, 55, 55, 55, 65, 65, 65, 65],
y: [800, 1000, 1030, 1300, 1400, 1500, 1600, 1700, 2000, 2300, 2400, 2500, 3000 ],
type: 'scatter',
name: 'gg - n7'
}; // same as JB
var ggm7000_50 = {
x: [50, 50, 50],
y: [800, 1000, 1100 ],
type: 'scatter',
name: 'gg - m7000'
};
var ggm7000_55 = {
x: [55, 55, 55],
y: [1250, 1300, 1400 ],
type: 'scatter',
name: 'gg - m7000'
};
var ggm7000_65 = {
x: [65, 65 ],
y: [1600, 1700 ],
type: 'scatter',
name: 'gg - m7000'
};
var blm7000 = {
x: [55, 55],
y: [1040, 1250 ],
type: 'scatter',
name: 'bl - m7000'
};
var data6 = [ n8, n7, n6, jbn6, bln6, ggn6];
var data7 = [n8 ,n7 , n6, hnn8, jbn8, jbn7, bln7, ggn7];
var data = [n7, n8, n6, jbn7, jbn6, bln6, bln7];
var data7000 = [m7000, ggm7000_50, ggm7000_55, ggm7000_65, blm7000];
Plotly.newPlot('myDiv', data7, layout2);
Plotly.newPlot('myDiv2', data6, layout);
Plotly.newPlot('m7000', data7000, layout3);
</script>