Forum Replies Created by spram7788

Viewing 3 posts - 1 through 3 (of 3 total)
  • in reply to: Bar chart construction with dynamic values #22203

    Hi Vishwas,

    How to segregate the labels on bars based on user and group.
    example.
    for user bar
    Server 1
    Total license: 32+66
    user license Available: 32
    user licnese used : 66
    for group bar
    Server 1
    Total license: 32+66
    user license Available: 32
    user licnese used : 66

    Same for server 2.
    Server 2
    Total license: 32+66
    license Available: 32
    licnese used : 66

    and also while integrating this one into my code chart.render() is not compatable to my version. it seems our jquery 1.2 which is very old version. how to resolve this, Please advice.

    Thanks.

    in reply to: Bar chart construction with dynamic values #22200

    @Vishwas R

    Thanks a ton, I have seen the grouping of labels combined as per the server level.
    it would be good to segregate user level at one time and group level at one time.

    Again thanks for your response.

    in reply to: Bar chart construction with dynamic values #22192

    Please find the sample input JSON for the above-requested one.

    {“licenseSummary” : [{“serverName”:”server 1″,”licenseData”:[{“licenseType”:”User license”,”licenseData”:{“available”:”32″,”used”:”66″}}, {“licenseType”:”Group license”,”licenseData”:{“available”:”32″,”used”:”66″}}]},{“serverName”:”server 2″,”licenseData”:[{“licenseType”:”User license”,”licenseData”:{“available”:”32″,”used”:”66″}}, {“licenseType”:”Group license”,”licenseData”:{“available”:”32″,”used”:”66″}}]}]}

    Thanking you.

Viewing 3 posts - 1 through 3 (of 3 total)