(Highcharts) Circle/wedge areas in polar chart -
i need draw charts describe area-effect patterns (gaming related stuff) come in 2 varieties:
(1) circular "splash" 3-4 intensity radius values separated color (say 1, 2, 3 in red, orange , yellow).
(2) wedge starting angle, ending angle , radius (say -30, +30 , 5).
i pull info bunch of existing data, examples below. can highcharts polar chart? there way define areas that? can create range series go around polar axis example? , how create proper wedge?
area_effect: { | distance: { | | short: 0f; | | medium: 0.5f; | | long: 1.2f; | | distant: 1.2f; | }; | area_info: { | | angle_left: 0f; | | angle_right: 0f; | | radius: 1.2f; | | area_type: "circle"; | }; | hp_damage: { | | short: 1f; | | medium: 0.4f; | | long: 0.2f; | | distant: 0.2f; | }; }; area_info: { | angle_left: -70f; | angle_right: 70f; | radius: 5f; | area_type: "pie"; | line_length: 0f; | radius_inner: 0f; };
charts highcharts diagram
No comments:
Post a Comment