Hi,
I'm using Apex 5 and "D3 Line Chart plug-in" (Version 5.0.1).
I've install "Sample Charts" application, and create a new application too.
On the new application, I try to create a page with 1 region. This region is "plug-in, D3 Line Chart".
I've "copy" the content of page 15 (of Sample Charts application).
The source is :
"SELECT
pricing\_date,
closing\_val,
stock\_code
FROM
EBA\_DEMO\_CHART\_STOCKS"
The 2 pages (from "Sample Chart application" and "new application" are the same. Same template, etc.)
But I've got this :

With Google Chrome debug, I got error messages like this :
"Error: Invalid value for <path> attribute d="MNaN 178L0 178L0,178L35.463704427083336,178LNaN,178LNaN,178L298.9083658854167,178L486.359375,178LNaN,178Z""
(Total : 166 error message)
If I create a new page on "Sample Chart application", I've no problem !
Somebody know why I've this problem ?
Thank you.
Best regards