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

247
Views
how to do tickamount in apex chart using angular 12

line chart

How to minminum the labels of xaxis in apex chart using angular ?

 intializationChartoption(series: number[]):void {
     this.lineChartOptions = true
   
    this.title ={
      text: 'linechart'
    };

    this.xaxis= {
      
     
      
      type: 'datetime',
      labels: {
        format: 'MM yyyy'
      },
      

     
    };
    

    this.yaxis ={
      show: false,
      showAlways: false
    }
    console.log(this.yaxis)
    this.series = [{
      name: 'java',
      data: series  
    }]
    console.log(this.series)

    this.dataLabels ={
      enabled: false
    }

    this.markers ={
      size: 0
    }
      
    this.chart = {

      
      
      type: "area",
      stacked: false,
      height: 250,
      animations: {
        enabled: false},
      
      
      zoom: {
        type: "x",
        enabled: false,
        autoScaleYaxis: true
      },
      toolbar: {
        show: false
      },
      
    };
  }

I have given type date time for x axis but it is not working and in that line chart , values having 8000 data i.e coming from api .

kindly help me to format the data in line chart

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!