1. <tfoot id='ojE6k'></tfoot>

    1. <legend id='ojE6k'><style id='ojE6k'><dir id='ojE6k'><q id='ojE6k'></q></dir></style></legend>
        <bdo id='ojE6k'></bdo><ul id='ojE6k'></ul>
    2. <i id='ojE6k'><tr id='ojE6k'><dt id='ojE6k'><q id='ojE6k'><span id='ojE6k'><b id='ojE6k'><form id='ojE6k'><ins id='ojE6k'></ins><ul id='ojE6k'></ul><sub id='ojE6k'></sub></form><legend id='ojE6k'></legend><bdo id='ojE6k'><pre id='ojE6k'><center id='ojE6k'></center></pre></bdo></b><th id='ojE6k'></th></span></q></dt></tr></i><div id='ojE6k'><tfoot id='ojE6k'></tfoot><dl id='ojE6k'><fieldset id='ojE6k'></fieldset></dl></div>

      <small id='ojE6k'></small><noframes id='ojE6k'>

      Chart.js 替换所有数据

      Chart.js replace all data(Chart.js 替换所有数据)
      <i id='TCa7K'><tr id='TCa7K'><dt id='TCa7K'><q id='TCa7K'><span id='TCa7K'><b id='TCa7K'><form id='TCa7K'><ins id='TCa7K'></ins><ul id='TCa7K'></ul><sub id='TCa7K'></sub></form><legend id='TCa7K'></legend><bdo id='TCa7K'><pre id='TCa7K'><center id='TCa7K'></center></pre></bdo></b><th id='TCa7K'></th></span></q></dt></tr></i><div id='TCa7K'><tfoot id='TCa7K'></tfoot><dl id='TCa7K'><fieldset id='TCa7K'></fieldset></dl></div>

        <legend id='TCa7K'><style id='TCa7K'><dir id='TCa7K'><q id='TCa7K'></q></dir></style></legend>
      • <small id='TCa7K'></small><noframes id='TCa7K'>

        • <tfoot id='TCa7K'></tfoot>
            <tbody id='TCa7K'></tbody>
            <bdo id='TCa7K'></bdo><ul id='TCa7K'></ul>

              1. 本文介绍了Chart.js 替换所有数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我遇到了 Chart.js 的问题.

                im having a issue with Chart.js.

                首先,我设置了一个数据,然后当一个参数发生变化时,我想重新绑定整个图表.这项工作,但它就像旧数据仍然落后于新数据的图表.

                Firts, I set a data, and then when a parameter change, I want rebind the entire chart. This work, but its like the chart with the old data still behind the new one.

                第一 ->

                chart.Line(data, options);
                

                在一个事件中->

                  chart.Line(newdata, options);
                

                我看到了这个解决方案chart.js 加载全新数据

                但我不喜欢这种方式.我在角度指令上下文中,所以这不是最好的方法.

                but I dont like this way. Im in a angular directive context, so it's not the best aproach.

                我试过没有结果

                .update()、.removeData()、.clear()、.destroy() 等

                .update( ), .removeData( ), .clear(), .destroy(), etc

                这是我当前的指令

                http://plnkr.co/edit/qn2UUyznonKm6zgEi8FW?p=catalogue

                有什么想法吗?

                推荐答案

                您正在创建一个新图表,这就是为什么您最终会在新图表后面使用旧图表.

                You are creating a new chart, that's why you end up with the old chart behind the new one.

                我使用过的一个简单选项:从您用于图表的画布中删除旧图表:

                One simple option that I've used: Remove the old chart from the canvas that you are using for the chart:

                $('#canvas').replaceWith('<canvas id="canvas"></canvas>');
                

                现在在同一画布中使用新数据创建图表

                And now create the chart with the new data in the same canvas

                var ctxChart = document.getElementById("canvas").getContext("2d");
                window.myChart = new Chart(ctxChart).Line(newdata, options);
                

                希望对你有帮助!

                这篇关于Chart.js 替换所有数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                ChartJS Version 3 - common legend for multiple line charts(ChartJS 版本 3 - 多个折线图的常用图例)
                Charts.js scales yaxes ticks min max doesnt work(Charts.js 缩放 yaxes 刻度 min max 不起作用)
                How to expand the slice of donut chart in chartjs?(如何在chartjs中扩展圆环图的切片?)
                Chart.js yAxes Ticks stepSize not working (fiddle)(Chart.js yAxes Ticks stepSize 不起作用(小提琴))
                Rounded corners on chartJS v.2 - bar charts (with negative values)(chartJS v.2 上的圆角 - 条形图(带负值))
                How to hide value in Chart JS bar(如何在 Chart JS 栏中隐藏值)

                <small id='Ns148'></small><noframes id='Ns148'>

                  <tbody id='Ns148'></tbody>

                  1. <tfoot id='Ns148'></tfoot>
                      <i id='Ns148'><tr id='Ns148'><dt id='Ns148'><q id='Ns148'><span id='Ns148'><b id='Ns148'><form id='Ns148'><ins id='Ns148'></ins><ul id='Ns148'></ul><sub id='Ns148'></sub></form><legend id='Ns148'></legend><bdo id='Ns148'><pre id='Ns148'><center id='Ns148'></center></pre></bdo></b><th id='Ns148'></th></span></q></dt></tr></i><div id='Ns148'><tfoot id='Ns148'></tfoot><dl id='Ns148'><fieldset id='Ns148'></fieldset></dl></div>

                        <bdo id='Ns148'></bdo><ul id='Ns148'></ul>
                      • <legend id='Ns148'><style id='Ns148'><dir id='Ns148'><q id='Ns148'></q></dir></style></legend>