File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 160
160
161
161
var dataBar = [
162
162
{
163
+ tbl_id : "wiseCatTbl" ,
163
164
type : 'bar' ,
164
165
name : 'w1nm' ,
165
166
orientation : 'h' ,
166
- y : "tables::wiseCatTbl, clon" ,
167
- x : "tables::wiseCatTbl, w1nm"
167
+ y : "tables::clon" ,
168
+ x : "tables::w1nm"
168
169
}
169
170
] ;
170
171
183
184
184
185
var dataPie = [
185
186
{
187
+ tbl_id : "wiseCatTbl" ,
186
188
name : 'Area' ,
187
189
type : 'pie' ,
188
- values : "tables::wiseCatTbl, w1mpro" ,
189
- labels : "tables::wiseCatTbl, clon" ,
190
+ values : "tables::w1mpro" ,
191
+ labels : "tables::clon" ,
190
192
textinfo : 'none'
191
193
} ] ;
192
194
204
206
205
207
var dataContour = [
206
208
{
209
+ tbl_id : "wiseCatTbl" ,
207
210
name : 'contour' ,
208
211
type : 'histogram2dcontour' ,
209
- x : "tables::wiseCatTbl, ra" ,
210
- y : "tables::wiseCatTbl, dec" ,
212
+ x : "tables::ra" ,
213
+ y : "tables::dec" ,
211
214
ncontours : 20
212
215
} ] ;
213
216
229
232
{
230
233
type : 'surface' ,
231
234
name : 'w1-ra-dec' ,
232
- x : "tables::wiseCatTbl,ra" ,
233
- y : "tables::wiseCatTbl,dec" ,
234
- z : "tables::wiseCatTbl,w1mpro" ,
235
+ tbl_id : "wiseCatTbl" ,
236
+ x : "tables::ra" ,
237
+ y : "tables::dec" ,
238
+ z : "tables::w1mpro" ,
235
239
hoverinfo : 'x+y+z'
236
240
}
237
241
] ;
264
268
{
265
269
type : 'box' ,
266
270
name : 'w1mpro' ,
267
- y : "tables::wiseCatTbl,w1mpro"
271
+ tbl_id : "wiseCatTbl" ,
272
+ y : "tables::w1mpro"
268
273
} ,
269
274
{
270
275
type : 'box' ,
271
276
name : 'w2mpro' ,
272
- y : "tables::wiseCatTbl,w2mpro"
277
+ tbl_id : "wiseCatTbl" ,
278
+ y : "tables::w2mpro"
273
279
}
274
280
] ;
275
281
You can’t perform that action at this time.
0 commit comments