Simple Radialbar Chart VALUE CHANGE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10044788
    intonet
    Participant

    HI HOW CAN I CHANGE CHART VALUE LIKE 95% TO 10%
    <div class=”card-body” style=”z-index:1 ;”>
    <div class=”d-flex align-items-center”>
    <div class=”flex-grow-1 overflow-hidden”>
    <p class=”text-uppercase fw-medium text-muted text-truncate mb-3″> Total Jobs</p>
    <h4 class=”fs-22 fw-semibold ff-secondary mb-0″><span class=”counter-value” data-target=”<%=jt_rs(“j_total”)%>”>0</span></h4>
    </div>
    <div class=”flex-shrink-0″>
    <div id=”total_jobs” data-colors='[“–vz-success”]’ class=”apex-charts” dir=”ltr”></div>
    </div>
    </div>
    </div>


    #10044790
    Support
    Keymaster

    Hello, it doesn’t seem like a plugin that we have on Porto Admin, the charts plugins we have are these ones:

    https://www.okler.net/previews/porto-admin/4.2.0/ui-elements-charts.html


    #10044793
    intonet
    Participant

    ok thanks how can i change circle size?


    #10044794
    Support
    Keymaster

    Hi, the Pie Chart?


    #10044795
    intonet
    Participant

    yes
    Easy Pie Chart


    #10044799
    Support
    Keymaster

    Hello, it’s set with css, with the class “chart-md”, so you can change from chart-md to chart-custom-pie and add a custom css for it with the size you want:

    FROM:

    <div class="chart chart-md" id="flotPie"></div>

    TO:

    <div class="chart chart-custom-pie" id="flotPie"></div>

    (css/custom.css)

    .chart.chart-custom-pie {
        height: 600px;
    }

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

This topic is marked as "RESOLVED" and can not rceive new replies.