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

Bumped chunk size in excanvas


git-svn-id: https://flot.googlecode.com/svn/trunk@218 1e0a6537-2640-0410-bfb7-f154510ff394
parent 15f3cc95
...@@ -879,7 +879,7 @@ if (!document.createElement('canvas').getContext) { ...@@ -879,7 +879,7 @@ if (!document.createElement('canvas').getContext) {
// Divide the shape into chunks if it's too long because IE has a limit // 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 // somewhere for how long a VML shape can be. This simple division does
// not work with fills, only strokes, unfortunately. // not work with fills, only strokes, unfortunately.
var chunkSize = 5000; var chunkSize = 9000;
var min = {x: null, y: null}; var min = {x: null, y: null};
var max = {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