Update the data of a Custom Widget by Push methodology. If not existing, create a new one. If x axis values are of class Date, x axis format is auto-adjusted therefore.
geckoCustomWidgetUpdate(widgetType="barchart", data, apiKey, widgetKey,
verbose=FALSE)Chart Type, see https://developer-custom.geckoboard.com/#custom-widget-types.
For "barchart" a list with the following elements (mostly optional):
data.frame w/ 1 column per series. N rows.
Optional. "decimal", "percent" or "currency". Defaults to "decimal".
Optional. For currencied "GBP", "USD" or "EUR".
Optional. Vector of length N with bar labels.
For "geckometer" a list with the following elements:
Current value. Numeric.
Min (left) value. Numeric.
Max (right) value. Numeric.
Optional. "percent" or "currency". Defaults is "decimal".
Optional. For currencied "GBP", "USD" or "EUR".
API key.
Widget Key, see https://developer-custom.geckoboard.com/#pushing-to-your-widget.
If TRUE, API repsonse if printed.
Nothing is returned.