This is a migrated thread and some comments may be shown as answers.

Chart cuts text

1 Answer 30 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Wilton
Top achievements
Rank 1
Wilton asked on 06 Aug 2015, 06:38 PM

In my chart the text does not appear correctly. I solved doing this:

 

 $("g text").first().attr("x", "10");

 

But probably there is another way. Does anyone knows what can I do?

 

Best regards

Wilton

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 10 Aug 2015, 12:58 PM
Hello,

Looks like a bug to me. The linear gauge should take the label size into account.

Try setting a margin on the gauge area in the meantime:
gaugeArea: {
  margin: {
    left: 20
  }
}

Apologies for the caused inconvenience.

Regards,
T. Tsonev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Wilton
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or