+ There are {viewSpaceList.length} of views of which insight + significance is no less than {(sigThreshold * 100).toFixed(2)} % +
+
+ Dimensions are {viewSpaceList[chartIndex].dimensions}, and
+ measures are {viewSpaceList[chartIndex].measures}.
+ There is a significance of
+ {(viewSpaceList[chartIndex].significance * 100).toFixed(2)}%
+ that there exits a {viewSpaceList[chartIndex].type} in the
+ graph.
+ {JSON.stringify(viewSpaceList[chartIndex].description)}
+
+ Dev Page now is testing for different types of insight worker.
+
+ If you see this hint, it means you have not upload dataSource or not click the 'extract insights' button
+ in dataSource page which will produce a cooked dataSource for dev page.
+