php - 优化 IE 中的 float javascript

标签 php javascript performance internet-explorer flot

我的客户需要使用IE8。我正在使用 flot 图形库,但遇到了 IE 中 javascript 性能的限制。

当有一千个点时,图表最多需要 10 秒才能显示。我看到了一种可能solution加快速度,但不确定这效果如何。

有人尝试过针对 IE 优化 flot 吗?

如果有一个在 IE8 中性能优于 flot(即,没有 Canvas )。

最佳答案

您可以尝试jqChart 。折线图的渲染速度针对处理大量数据进行了优化。

看一下这个示例:

http://www.jqchart.com/samples/ChartPerformance/LineChart

关于php - 优化 IE 中的 float javascript,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9114805/

相关文章:

php - PHP 函数中的多个 return 语句

javascript - setTimeout 的执行上下文(JavaScript)

javascript - Vue 中测量溢出不正确

performance - AVX中绝对值的浮点比较

java - Spring 的@Autowired 是一个巨大的性能问题吗?

php - 像google一样的数据库搜索

javascript - 为什么 array.length 返回错误的数字?

数组循环内的 Javascript 价格和数量调整

javascript - AngularJS 中的代码可见性

java - Spring计划任务的配置文件性能