Search found 13 matches

by matt
Mon Jun 08, 2015 2:39 pm
Forum: JavaScript / HTML5
Topic: Export vector data
Replies: 1
Views: 7685

Export vector data

Hello,
How can I export charts as vector data, for instance as SVG (or possibly even as pdf)? Are there new possibilities by the new TeeChart version?
Regards, Juliane
by matt
Mon May 04, 2015 1:23 pm
Forum: JavaScript / HTML5
Topic: Group bars/draw line to separate bar groups/add axes?
Replies: 8
Views: 20699

Re: Group bars/draw line to separate bar groups/add axes?

Hello,
I would like to add to this code just one feature (see below), but legend annotations are empty.
Regards, Juliane

Code: Select all

Chart1.legend.textStyle="label";
by matt
Mon Mar 30, 2015 11:22 am
Forum: JavaScript / HTML5
Topic: Legend with Custom Labels
Replies: 5
Views: 14049

Re: Legend with Custom Labels

Hi Yeray,
Thank you very much, ‘Problem 1’ is solved. But we need the checkboxes within the legend as soon as possible. Is there a schedule for this request?
Regards, Juliane
by matt
Wed Mar 25, 2015 11:23 am
Forum: JavaScript / HTML5
Topic: Legend with Custom Labels
Replies: 5
Views: 14049

Re: Legend with Custom Labels

Hello Yeray,
Thank you for your reply.We need the custom labels at the legend, maybe the image below can visualize 'Problem 1'. The labels at bottom axis are different.
Regards, Juliane
by matt
Wed Mar 25, 2015 11:18 am
Forum: JavaScript / HTML5
Topic: Zoom/Unzoom
Replies: 2
Views: 8508

Re: Zoom/Unzoom

Hello Yeray, Thank you very much. It works very well.
Best regards, Juliane
by matt
Tue Mar 24, 2015 2:09 pm
Forum: JavaScript / HTML5
Topic: Zoom/Unzoom
Replies: 2
Views: 8508

Zoom/Unzoom

Hello,
Is there a possibility for unzoom by changing properties of Chart instead of dragging cursor to left-top direction?
Thanks, Juliane
by matt
Tue Mar 24, 2015 2:04 pm
Forum: JavaScript / HTML5
Topic: Legend with Custom Labels
Replies: 5
Views: 14049

Legend with Custom Labels

Hello, A requirement of our chart component is to have custom labels in the Legend. I have looked at textStyle-possibilities. Problem 1: The key (targo1, targo2, targo3 /please, see code-example) should appear at each legend item. Problem 2: I’ve added checkboxes, similar to your demo (Basic Example...
by matt
Tue Mar 24, 2015 1:49 pm
Forum: JavaScript / HTML5
Topic: Remove Series when Recall
Replies: 3
Views: 10351

Re: Remove Series when Recall

Hello,
The recall works by communication with WebSocket, several functions are called, the html-page just once. I wanted to reload the data, not the whole chart. Previous data should be deleted/cleared before reloading.

Regards, Juliane
by matt
Mon Feb 23, 2015 3:53 pm
Forum: JavaScript / HTML5
Topic: Remove Series when Recall
Replies: 3
Views: 10351

Remove Series when Recall

Hello, I use teechart for bar charts as well as for line charts. During the runtime, I close teechart and recall it. The problem is that the chart shows both previous lines/Series and the current new lines/Series. I only want current new lines are shown as I call the teechart. I don't know how to "g...
by matt
Tue Jan 20, 2015 1:35 pm
Forum: JavaScript / HTML5
Topic: Group bars/draw line to separate bar groups/add axes?
Replies: 8
Views: 20699

Re: Group bars/draw line to separate bar groups/add axes?

Dear Yeray,
Thank you very much for your help, it works fine.

Kind regards,
Juliane
by matt
Thu Dec 18, 2014 10:56 am
Forum: JavaScript / HTML5
Topic: Group bars/draw line to separate bar groups/add axes?
Replies: 8
Views: 20699

Re: Group bars/draw line to separate bar groups/add axes?

Hello, The data structure looks like this: attached code. The values for the targets are derived from variable “bar_data”. The requirements are the following: Groups of targets are to be shown in given order. Group name (job) must be recognizable for related targets. The bar of first target of group...
by matt
Fri Dec 12, 2014 1:58 pm
Forum: JavaScript / HTML5
Topic: Group bars/draw line to separate bar groups/add axes?
Replies: 8
Views: 20699

Re: Group bars/draw line to separate bar groups/add axes?

Dear Yeray, Here the VB6 code: ' ' shows qsv bar chart. ' shows 1-mean bar chart ' Private Sub ShowQSVMeanChart( _ ByVal sTeeFile As String, _ ctType As ChartType) Dim cQSVData As Dictionary Dim cSubstAlias As Dictionary Dim cSubstQSV As Dictionary Dim cSubstGroup As Dictionary Dim cSubstRank As Dic...
by matt
Tue Dec 09, 2014 1:06 pm
Forum: JavaScript / HTML5
Topic: Group bars/draw line to separate bar groups/add axes?
Replies: 8
Views: 20699

Group bars/draw line to separate bar groups/add axes?

I need to group several bars within one series (because there is a relation in between) and to draw an annotated Line (e.g. Job A) for visual separation. Concerning that topic I studied the example code for multiple axes and tried to adopt it but not yet successfully. The snapshot shows a Tee-Bar-Ch...