Dataview and chart error using this two componets

Hello,

I have this two componets:

<!-- CHART -->
<link rel="STYLESHEET" type="text/css" href="codebase/dhtmlxchart.css">
<script src="codebase/dhtmlxchart.js" type="text/javascript"></script>

<!-- DATAVIEW -->
<link rel="STYLESHEET" type="text/css" href="codebase/dhtmlxdataview.css">
<script src="codebase/dhtmlxdataview.js" type="text/javascript"></script>

But chart isn´t work. And if i put like this:

<!-- DATAVIEW -->
<link rel="STYLESHEET" type="text/css" href="codebase/dhtmlxdataview.css">
<script src="codebase/dhtmlxdataview.js" type="text/javascript"></script>

<!-- CHART -->
<link rel="STYLESHEET" type="text/css" href="codebase/dhtmlxchart.css">
<script src="codebase/dhtmlxchart.js" type="text/javascript"></script>

Dataview isn´t work.

Why?

Thank you,

The problem is confirmed. We’ll send the fix when it is ready

Hello,

Is the problem solved?

Thanks,

Hello,

Sorry for delay. Please use the attached core.js instead of dhtmlxchart.js and dhtmlxdataview.js. This file includes both components and resolves the problem. Or you may generate the compiled file using libCompiler from Suite package.
core.zip (26.2 KB)

Hello,

Thanks you very much. It works perfectly!