Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

307
Vistas
How can I display google chart & table with multiple dynamic values yearly after calculating

Please help me out with this I am very new, tried creating a CAGR calculator

  1. I want to show the result in decimal values with percentage symbols like 25.89%
  2. I want to display the result in table table data result
  3. How can I show the chart where the years are on the x-axis and amount on y-axis? Chart

var a = parseInt(data.endingvalue);
var b = parseInt(data.invested_amount);
var c = parseInt(data.year)

google.charts.load("current", {
  packages: ["corechart"]
});

google.charts.setOnLoadCallback(drawChart);

function drawChart() {
  var data = google.visualization.arrayToDataTable([
    ['', ''],
    ['Starting Amount', b],
    ['Final Amount', a]
  ]);

<table class="table  table-hover">
  <tr>
    <th>CAGR</th>
    <th><span id="print_total_value">0</span>&#37;</th>
  </tr>
</table>

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda