Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

24 hours Radar chart in amcharts 4

I would like to create a Radar Chart. which satisfy below points in Amcharts

  • The date should be changed to duration format eg. Yaxis: Jan Feb to 1 2 ..24
  • Show Xasix data in a format of startTiming and endTiming

    Jsfiddle

 {
        Shift: "Morning",
        startTime1: "9:00",
        endTime1: "17:00"
    },
   
    {
        Shift: "Afternoon",
        startTime2: "13:30",
        endTime2: "4:00"
    },
like image 274
raju Avatar asked Jan 23 '26 18:01

raju


1 Answers

Need to give data as multiple of 60 jsfiddle

start time => 1*60 = 60

end time => 10* 60 = 600

{
    duration: "One",
    startTime1: 60,
    endtime1: 600
 }
like image 195
raju Avatar answered Jan 25 '26 07:01

raju



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!