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

149
Views
¿Hay alguna manera de establecer programáticamente el zoom de Nativescript-Vue RadCartesianChart al permitir la panorámica en el eje horizontal?

Estoy tratando de hacer zoom programáticamente en mi gráfico cuando se carga. Funciona correctamente cuando no permito que mi eje horizontal se mueva y cuando agrego horizontalZoom="3" al RadCartesianChart. Pero cuando agrego allowPan="true" o allowZoom="true" en mi eje horizontal, entiende que necesita alejarse por completo.

Mi necesidad es dar la posibilidad de desplazarse en un gráfico ya ampliado.

 <template> <Page> <RadCartesianChart horizontalZoom="3"> <RadCartesianChartGrid v-tkCartesianChartGrid verticalStripLineColor="#00F,#F00" /> <CategoricalAxis v-tkCartesianHorizontalAxis allowPan="true" allowZoom="false" /> <LinearAxis v-tkCartesianVerticalAxis minimum="0" maximum="200" majorStep="40" /> <LineSeries v-tkCartesianSeries v-bind:items="items" categoryProperty="category" valueProperty="value" /> </RadCartesianChart> </Page> </template>

esto no funciona El horizontalZoom="3" no hace nada. Supongo que necesito configurar los allowPan allowZoom y horizontalZoom mediante programación, pero nada tiende a funcionar.

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!