Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

255
Visualizações
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
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda