score:21
Accepted answer
Previously it was like this in web.config
<add key="ChartImageHandler" value="storage=file;timeout=20; dir=c:\TempImageFiles/;" />
I removed the directory location
<add key="ChartImageHandler" value="storage=file;timeout=20;" />
And the problem solved.
score:6
Check if that folder exists on your server and give read/write permission to the user of the application pool your site is running for that folder.
Or you can simple move that temp folder inside the site root Es: "~/temp" and configure highchart to use that folder.
Or you can change your ChartImageHandler from
<add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;" />
To
<add key="ChartImageHandler" value="storage=file;timeout=20;" />
So he will use the default windows temp directory
Source: stackoverflow.com
Related Query
- Invalid temp images directory in chart handler configuration
- highchart: add images to top of chart on every column
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts: How to set unique images on top of bar chart serie
- HighCharts Stock Chart error code 18
- Highcharts display label for pie chart using html table as data source
- Strange character in the Highstock source code
- Adding images to top of each column for each group on a chart
- FusionCharts Failed to draw different chart on same data source
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- Render SVG images on each point of gantt chart in highcharts
- Highcharts cloud issue with data source when duplicating chart
- How To Show Tooltip In Sparkline Chart From Code
- Clickable semi circle chart configuration issue
- bullet chart configuration in highcharts
- Highcharts bar chart configuration to increase height and round edges
- Highcharts Redrawing images based off of chart width
- I have no direct access to code but wonder if I can append my chart data points to a log file
- Range selector in Highstock.js / Angular.js doesn't update chart when xAxis configuration field is present
- Locating the legend in Release Burndown Chart Code
- How do I hide the code for the chart data in highcharts?
- How to create a column range chart in Highcharts using range and navigator functions?
- How can I get access to a Highcharts chart through a DOM-Container?
- Highcharts chart option backgroundColor:'transparent' showing black on IE 8
- How to set Highcharts chart maximum yAxis value
- HighCharts turn animation false for line chart
- Programmatically change a chart title in highcharts
- Reload chart data via JSON with Highcharts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- How to use the tooltip formatter and still display chart color (like it does by default)?
More Query from same tag
- Display Stack label Highcharts
- Highcharts: Symbol markers for dynamic data?
- Highcharts date in form of Day(Integer) - Month(the name of the month), like 17 - July
- Line not show properly while exporting HTML to PDF using wkhtmltopdf
- How to configure date in Grantt chart of (Highcharts) so it accept date in string without javascript date?
- Solid Guage Chart with 2 data series in Highharts
- Highcharts Data Parsing List of lists
- Using HTML with Vue or how to adapt it to Vue.js
- How to show only one pair of linked Highcharts series at a time
- Highchart doesn't show series group in IE8
- How to change space value between grid and yAxis in Highcharts line chart
- Highcharts exporting once again
- Tooltip appears under plotLine highcharts
- Using Highcharts, I want to overlay a line showing the optimal value for a bar
- Move series on the forefront in highchart (z-index)
- Saving 30 keys from an array to another variable
- jQuery UI Tabs and Highcharts display/rendering issue
- Issues in Highchart-treemap with drilldown data label color change
- Add Local HTML and JS file using React Native Webview
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Dual y-axis matching on Highcharts
- HighChart generating table without chart
- Show line of zoomed in series when no points within zoom range using boost
- How to use scrollbar on highcharts heatmap?
- Highchart/Highstock Data sampling
- Highcharts tooltip displayed over div
- missing value in highcharts line graph results in no line, just points
- Highcharts Click Function Not Being Called?
- cURL not fetching the expected POST response - error 405
- Format highcharts date tooltip to display timezone