Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

147
Views
Kendo UI line chart with dynamic data

I am trying to create Kendo UI Line chart with dynamic json data. But the chart is not coming.

How to fix this issue?

jsonImage

function createChart(datas) {
        $("#chart").kendoChart({
            title: {
                text: ""
            },
          dataSource: new kendo.data.DataSource({
            data: datas
          }),
            legend: {
                visible: true
            },
            seriesDefaults: {
                type: "line",
                stack: true
            },
            series: [{
                name: "Type",
                data: "Count",
            }],
            valueAxis: {
                line: {
                    visible: false
                },
                minorGridLines: {
                    visible: true
                }
            },
            categoryAxis: {
                categories: Category,
                majorGridLines: {
                    visible: false
                }
            },
            tooltip: {
                visible: true,
                template: "#= series.name #: #= value #"
            }
        });
    }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!