Skip to main content

All Questions

Tagged with
2 votes
2 answers
49 views

Different shape based on datum

I am trying to append another shape when one of the values satisfy the condition as follows: const keys = ["A", "B", "C", "D", "E", "E", "G"] const colors = ['#1e90ff', '#008000', '#d3d3d3', '#...
Mush-A's user avatar
  • 445
1 vote
1 answer
299 views

Highcharts crosshair label is behind legend

When crosshair label gets too long, it reaches the legend. And legend is over the crosshair label, because it comes later in the code of Highcharts svg. xAxis.crosshair.zIndex doesn't effect it at ...
kakaja's user avatar
  • 734
1 vote
0 answers
563 views

D3: Overflow in SVG group element

I have the following SVG: The legend block on the right top (highlighted by the red rectangle) is a group element containing legends for the line charts on the left. The problem I am facing is that ...
Tarun Dugar's user avatar
  • 8,971
6 votes
1 answer
11k views

Improving D3 Sequence Sunburst Example

This D3 example served as my starting point: http://bl.ocks.org/kerryrodden/7090426 I wanted to change data that feeds the diagram, and I made following new example: http://jsfiddle.net/ZGVK3/ ...
VividD's user avatar
  • 10.5k
1 vote
1 answer
2k views

Legend in D3 circle pack diagram

I need to create a legend for the bubble/circle pack chart. I'm displaying the values inside the circle. I need the names as the legend. For an instance, in the below provided data, if the value is 60,...
Preethi's user avatar
  • 371