Skip to main content

All Questions

0 votes
1 answer
464 views

How to avoid overlapping and stack long text legends in D3 graph?

I have D3 graph base on Multi-line graph 3 with v7: Legend, this sample contains few and shorts legends for the graph. In my sample I want to increase the length for legends and stack the data if is ...
Tabares's user avatar
  • 4,247
0 votes
2 answers
453 views

How to convert a bar legend to line legend in chart.js 2.7.2?

I am trying to create a line graph using chart.js v2.7.2 and here is what it looks like: const labels = [ 'January', 'February', 'March', 'April', 'May', 'June', ]; const data = { ...
Shilp Thapak's user avatar
3 votes
3 answers
3k views

remove strikethrough behavior in chart.js bar chart

i am trying to change the look of the legends by removing the strikethrough effect , wihtout using legendCallback function in chart.js. The reason why i do not want to use the legendCallback function ...
Hunt's user avatar
  • 8,345
1 vote
0 answers
263 views

Adding total and % data to legend in google chart

Is there a way in which I can add Total count of each column for all the rows from my data to the legend on the google line chart So by default I get something like this in google charts legends But ...
Yogesh D's user avatar
  • 1,681
0 votes
1 answer
312 views

Map legend color not working since update

i already asked this here Map + Legend on same svg Back then my legend was working fine ^^ I didn't touch my code and when i executed it 2 days agi, the legend color went all wrong (color remains ...
MFAMOROCCO's user avatar
1 vote
1 answer
804 views

Google Pie charts legend navigation icons color

How do we change the color for the navigation links in google pie charts.(the blue text in bottom right corner)
Dheeraj vats's user avatar
4 votes
1 answer
945 views

JVectorMap: update legend

I'm using JVectorMap to show a map with colored countries. The map also includes a legend and an onRegionTipShow. In my application it's possible to alter the values the map is based on. After doing ...
Newton's user avatar
  • 53
1 vote
1 answer
90 views

AmStockChart values in legend disappear after selecting a different dataset from the original

I have an AmStockChart that has a data set with more than one value. The problem that I run into is that the second value will not display, in the legend, after selecting a different data set and ...
aauberg's user avatar
  • 21
0 votes
0 answers
466 views

HighCharts, How to use a data name in a legend whilst also using drill downs in a column chart?

Hi I am currently developing a column high chart with a 3 level drill down however I am having bother naming the legend, I would like to have the legend displaying the data name however it is only ...
Aidan Mc's user avatar
8 votes
2 answers
17k views

Highcharts - Legend Positioning outside the chart

Consider I have highchart like this highchart with legend inside I want legend outside the chart. Please help. NOTE: I want my legend properties to be the same. legend{ layout: 'vertical', ...
ramya's user avatar
  • 275