Search found 4 matches

by Heuristic
Wed Dec 13, 2017 6:20 am
Forum: JavaScript / HTML5
Topic: Date format in JS and VCL export to JS
Replies: 9
Views: 29265

Re: Date format in JS and VCL export to JS

Hi, the shadow issue has been resolved thank you. I have upgraded to version 2017.21 and am still encountering a few issues with the exporting. While some charts have been exported ideally, we have noticed a few unideal instances. Firstly, all charts do not load data until refresh. For example, the ...
by Heuristic
Tue Dec 12, 2017 2:53 am
Forum: JavaScript / HTML5
Topic: Date format in JS and VCL export to JS
Replies: 9
Views: 29265

Re: Date format in JS and VCL export to JS

On the shadow issue, after applying the following JavaScript my graph looks more like the VCL input graph: Series1.format.shadow.visible=false; Series2.format.shadow.visible=false; Chart1.footer.format.font.shadow.visible=false; Chart1.panel.format.shadow.visible=false; Chart1.applyTheme("minimal");...
by Heuristic
Thu Dec 07, 2017 6:37 am
Forum: JavaScript / HTML5
Topic: Date format in JS and VCL export to JS
Replies: 9
Views: 29265

Date format in JS and VCL export to JS

Hi, we are trying to export TeeChart VCL charts via TeeSaveToJS. All our HTML5 TeeCharts load like the following: Refer to image 1 https://i.imgur.com/CdueHSN.png No values appear while the x-axis is cluttered with values rather than the DateTime we want (And has already been formatted using TeeChar...
by Heuristic
Wed Nov 22, 2017 7:03 am
Forum: JavaScript / HTML5
Topic: From TeeChart VCL ti TeeChart HTML5
Replies: 1
Views: 13126

From TeeChart VCL ti TeeChart HTML5

We have been using TChart for VCL(currently TeeChart VCL/FMX - 2016) for some years now and are looking at using TeeChart HTML5 with 'uniGui'.
My question is ... is there any quick way to extract the chart settings (optimally including series data) from a VCl TChart to TChart HTML5.