see issue 571
[dygraphs.git] / auto_tests / tests / axis_labels.js
index 7655213..a819214 100644 (file)
@@ -663,7 +663,7 @@ it('testSmallLabelKMG2', function() {
   );
 
   // TODO(danvk): this is strange--the values aren't on powers of two, and are
-  // these units really used for powers of two in <1?
+  // these units really used for powers of two in <1? See issue #571.
   assert.deepEqual(['0', '0.48u', '0.95u', '1.43u', '1.91u'],
                    Util.getYLabels());
 });