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

204
Vistas
billboard.js is not working in redmine plugin

I'm creating a redmine plugin that needs a chart, so I decided for billboard.js. The chart is drawn perfectly but the problem is that the events are not or not fully working such as

  • hover the first legend item highlights both series

  • click the first legend item toggles both series visbility

  • hover the second legend item fades both series (see screenshot)

  • click the second series has no effect (althouh cursor changes)

  • tooltip is not working at all

    screenshot faded series

    <% content_for :header_tags do %>
    <%= javascript_include_tag "d3.v4.min.js",:plugin => 'redmine_performance_charts'%>
    <%= javascript_include_tag"billboard.min.js", :plugin =>redmine_performance_charts'%>
    <%= stylesheet_link_tag "insight.min.css", :plugin => 'redmine_performance_charts' %>
    <script type="text/javascript">
        $(document).ready(function() {
            var chart = bb.generate({
                data: {
                    columns: [
                    ["data1", 300, 350, 300, 0, 0, 120],
                    ["data2", 130, 100, 140, 200, 150, 50]
                    ],
                    types: {
                    data1: "area-spline", // for ESM specify as: areaSpline()
                    data2: "area-spline", // for ESM specify as: areaSpline()
                    },
                    groups: [["data1","data2"]]
                },
                bindto: "#areaChart"
            });
        });
    </script>
    <% end %>
    
    <div id="areaChart"></div>

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