dygraphs finally stays within its bounds! removed padding property and tweaked PlotKi...
[dygraphs.git] / tests / customLabel.html
index 63ec7e2..4672767 100644 (file)
                 'top': '210px'
               },
               labelsSeparateLines: true,
-              padding: {
-                left: 40,
-                top: 0,
-                right: 10,
-                bottom: 10
-              }
+              yAxisLabelWidth: 10
             }
           );
     </script>