chart error

Hi,
i am facing an issue i can’t slove.
there is a three buttion.
whenever i click each button, the chart is showed on the same place.
the problem is that the chart is overlapped.
i attched the screenshot so please help me.

i used the below’s code.
barChart.clearAll();//it’s doesn’s work i guess so.
barChart.load("./testXML.ashx);

Hi,

please download the latest dhtmlxchart.js and dhtmlxchart.css - viewtopic.php?f=8&t=16402

Some bugs were fixed here. Probably the problem with clearAll will be resolved with it.

Hi
I download files - viewtopic.php?f=8&t=16402 like you answered.
but It happens other errors.
please attach the latest dhtmlxchart.js and dhtmlxchart.css.
thank you

ps. i download the latest standard version a few days ago.
I use dhtmlxchart_full.js and dhtmlxchart_full.css
because when i use dhtmlxchart.js and dhtmlxchart.css, it happens errors.

Hi,

I have attached a ready sample.
chart.zip (51 KB)

I use your attached file
but it happens error also.
please help asap.;;;
(I use IE8)

error happens as follow.

dhtmlx.exec=function(code){
if (window.execScript) //special handling for IE
window.execScript(code); ==> javascript error
else window.eval(code);
};

We need the complete demo (similar to one I attached to the previous reply) to reproduce the problem locally.

I attached the zip file like you request
(licalhost…. test file)
please refer to files and let me know why asap.;;
thank you

Your sample is incorrect. You initialize chart several times. However, you only need reload its data. Please see the sample I have provides before.

thank you
I found my error.
but still I have a question

  1. the difference _full.js , _full.css and .js .css
  2. when I mouse over the chart
    errors happen like I attached
    buy the way I did’n use tooltip menu(xml data)
    (I modify my code =>//tooltip: “#help#”,)

errors is the below.
'this.h[…].tooltip’은(는) null 이거나 개체가 아닙니다.
(c=this.h[this.ra].tooltip)&&c.enable()},

Please use the latest chart libraries. They are attached here:

viewtopic.php?f=8&t=17561

i attached your chartLibs.zip like you said.
I still doesn’t work.
it errors happen before.
please refer to file i attached already.

80020101
{window.execScript?window.execScript(a):window.eval(a)};

Be sure that you have codebase\thirdparty\excanvas\excanvas.js in place.