I want to ajust 3 gauge boxes on the same row using shiny app.
I am trying to use the following example: Fluid Grid System
However, all my attempts had no success on this C3 gauge box.
fluidRow(column(width =8, box( C3GaugeOutput("gauge1","auto","auto")),
box(C3GaugeOutput("gauge2","auto","auto")),
box(C3GaugeOutput("gauge3","auto","auto"))))
I have tried to modify the width and height arguments, besides, column size per line, but the results remains the same.
