I am using Kendo pie chart to display some data. But i am having issue shown in below picture, label's lines cross each other. Any help will be highly appreciated. Thanks
Have you managed to sort your problem? If not, see documentation with regards to the position and alignment. Labels Sample
Related
I have use case where I need custom labels on the axis, And as per amcharts we need to use adapters for that.
So when I tried using adapters(with html as key) on the category axis it is causing the chart to flicker.
Reproduction steps:
Go to the demo link
open it in either code pen or jsFiddle which is shown in
Then in the Js file add the highlighted code in grey for the adapter usage as shown in image.
Now you can see that the chart is flickering.
Please help on the issue? Thanks :)
I use amChart pie to display data with legend boxes in right side
but the text come up box,
Note I use it in metronic design project
this is the picture
You didn't post your chart code but try setting AmCharts.rtl = true; before any of your chart code is executed to see if that helps first, as it makes the chart more RTL language aware with regards to text placement. You might also need to adjust align, valueAlign,
markerLabelGap, and spacing to fine tune the placement further.
Is there any way to draw x-axis at the bottom the chart in case or negative data provided to chart. Please have a look at attached screenshot.
I think Kendo has an option to set axisCrossingValue which may help you to achieve this.
Try the example: http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-categoryAxis.axisCrossingValue
Set some very high negative value to valueAxis.axisCrossingValue.
I am trying to place jqplot meter gauge in the column of a table, I am able to place it but the size is bigger than the other columns.
Is it possible to make it smaller so that it fits properly into the table.
JsFiddle link for the same is //jsfiddle.net/sajesh1985/bu1p1guL/
Let me know how to fix this.
Thanks,
Sajesh Nambiar
Found solution to this problem there is an attribute gridpadding in jqplot which we need to specify to align the plot properly in the table
I tried Implementing Line Graph using JQPLOT. i want to disable the X-AXIS values which are dynamically built up in the code. I was able to hide the Y-Axis in Jqplot.min.css and I want to do the same for the X-axis .. Can someone please suggest something?
Any other logic to give our own X-axis values is much appreciated.
Thanks
here the link where you can get your answer:
Jqplot Docs
Look at the options for axes, ticks[] can contain your own x-axis values.
different show options can hide your x-axis or just the tixks also.