score:2
Accepted answer
You need to have the required script in your app directory:
You can put it directly in your app directory and use includeScript("gray.js")
or place it in the www
folder
and use tags$head( tags$script(type="text/javascript", src = "gray.js") )
. The scripts can be found on the
highcharts github page https://github.com/highslide-software/highcharts.com/blob/master/js/themes/gray.js .
I have included an example https://gist.github.com/johndharrison/bc1440afad69433f5e61 . You can run it by calling:
runGist("bc1440afad69433f5e61")
Source: stackoverflow.com
Related Query
- How to use Highcharts theme with rCharts
- How to use highcharts with angular 5?
- How To Use Epoch Time With Highcharts Series Data?
- How to use highcharts with princeXML?
- How do I use an Highcharts Solid Gauge in angular 6 with typescript?
- How do I use Highcharts to display candlestick with small values?
- How to use Highmaps and Highcharts with Meteor?
- How to use Highcharts React to create chart with multiple lines for same XAxis?
- how to use highcharts tooltip formatter in python code
- How to convert string array to ints to use with Highcharts
- How is the proper way to use HighCharts with StencilJS?
- How to use highcharts in reactjs with fetched data from API
- Highcharts how to use a percentage area with time
- How to have multiple highcharts with different series data in vuejs without repeating code
- Parsing JSON for use with Highcharts using jquery .parseJSON or JSON.parse: how to remove quotes from function calls for formatters?
- How to use decimal dates with Highcharts (such as 1992.9614)?
- Highcharts : How to use setData with a string obtained by ajax?
- How to use trellis chart with stacked column in Angular 10 using Highcharts
- how can I use rangeselector and navigation in highcharts in the given code
- How to use custom JSON (not GeoJSON) with Highcharts map?
- Highcharts - how to have a chart with dynamic height?
- How to include highcharts with bower?
- how to import highcharts with webpack and babel
- How to prevent highcharts from shortening labels with ellipsis
- rCharts with Highcharts as shiny application
- How to export the whole page or html content with Highcharts not just the chart?
- Can we use Highcharts with React-Native?
- How to get rangeSelector to work with HighCharts
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Highcharts how to use JavaScript variable as series data source?
More Query from same tag
- javascript highcharts jQuery issue
- R Highcharter: Clever way to separate legends or multiple charts with synchronized zoom/tooltip?
- Using JSON data in Highcharts
- Increase different marker sizes when hovering series using highcharts
- Highcharts Polar Chart: Multiple pane segment colors
- Using hours value with HighCharts
- highcharts x axis categories not updating dynamically vuejs
- Marker transform(translate) doesn't work
- Is it possible to define an image map area by radial coordinates?
- Show symbol in legend
- Add vertical(projection) line from point to categories, highcharts
- get plotBand on Highcharts to span first column
- Reset HightChart After a week Using PHP
- Highchart - How do I change the colour of the baseline of the chart?
- Pie chart display just the first element in the series
- Angular 2 Highcharts Cannot read property 'info' of undefined
- Clicking on a button triggers the same event twice? Strange behaviour for Highcharts legend display
- Can I use highcharts in a pdf generate with prawn in Rails?
- Position dataLabel above a certain column Highcharts
- Highstock- show full data sets on x axis
- How can I achieve this type of marker in highcharts?
- Highcharts: stacked bar charts tooltip enable shared and keep display arrow
- Highcharts of type area range not displaying markers like circles
- How to customize Highchart graph similar to linkedin "Who's viewed your profile > Viewers found you from LinkedIn.com"
- Render SVG images on each point of gantt chart in highcharts
- How can I pass values from Highcharts event callbacks (click, mouseOver, mouseOut) back to React component member function?
- Highcharts Flag series tooltip does not follow yAxis
- How can I reset the styles given to series in Highcharts?
- highchart dataLabel diffent position
- Typescript: Highcharts not accepting series unless it is individually added