Commit f0f4a8fa authored by olau@iola.dk's avatar olau@iola.dk

Lowered chunk size to 5000 again


git-svn-id: https://flot.googlecode.com/svn/trunk@223 1e0a6537-2640-0410-bfb7-f154510ff394
parent b2f05b88
......@@ -879,7 +879,7 @@ if (!document.createElement('canvas').getContext) {
// Divide the shape into chunks if it's too long because IE has a limit
// somewhere for how long a VML shape can be. This simple division does
// not work with fills, only strokes, unfortunately.
var chunkSize = 9000;
var chunkSize = 5000;
var min = {x: null, y: null};
var max = {x: null, y: null};
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment