@@ -290,6 +290,7 @@ module.exports = function (grunt) {
290
290
title : 'Index of dc.js examples' ,
291
291
heading : 'Examples of using dc.js' ,
292
292
description : 'An attempt to present a simple example of each chart type.' ,
293
+ also : [ 'transitions' , 'resizing' , 'zoom' ] ,
293
294
sourceLink : 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/examples'
294
295
} ,
295
296
files : [
@@ -304,6 +305,7 @@ module.exports = function (grunt) {
304
305
heading : 'Eyeball tests for dc.js transitions' ,
305
306
description : 'Transitions can only be tested by eye. ' +
306
307
'These pages automate the transitions so they can be visually verified.' ,
308
+ also : [ 'examples' , 'resizing' , 'zoom' ] ,
307
309
sourceLink : 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/transitions'
308
310
} ,
309
311
files : [
@@ -321,6 +323,7 @@ module.exports = function (grunt) {
321
323
'For the examples with a single chart taking up the entire window, you can add <code>?resize=viewbox</code> ' +
322
324
'to the URL to test resizing the chart using the ' +
323
325
'<a href="http://dc-js.github.io/dc.js/docs/html/dc.baseMixin.html#useViewBoxResizing__anchor">useViewBoxResizing</a> strategy.' ,
326
+ also : [ 'examples' , 'transitions' , 'zoom' ] ,
324
327
sourceLink : 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/resizing'
325
328
} ,
326
329
files : [
@@ -335,6 +338,7 @@ module.exports = function (grunt) {
335
338
heading : 'Interactive test for dc.js chart zoom' ,
336
339
description : 'It\'s hard to conceive of a way to test zoom except by trying it. ' +
337
340
'So this is a substitute for automated tests in this area' ,
341
+ also : [ 'examples' , 'transitions' , 'resizing' ] ,
338
342
sourceLink : 'https://github.com/dc-js/dc.js/tree/develop/<%= conf.websrc %>/zoom'
339
343
} ,
340
344
files : [
0 commit comments