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
- How to truncate value in tooltip using highcharts
- HighStock - Add series dynamically to navigator
- change navigator date format in highstock
- How to pass an argument into a Highcharts-Function
- Change highcharts axis value based on User Selection
- Send JSON data to highcharts pie from asp.net MVC controller in C#
- Highcharts axis break is not collapsing section
- Passing dynamic php values for Highchart graphs
- How can I replace the last datapoint in HighStock/HighCharts?
- Unable to get dynamic data into Jquery pie chart
- Highcharts -- show axis labels on extreme edges
- Parse dates from an HTML table in Highcharts
- Highstock - Comparison chart doesn't start at 0%
- drawing start and end time as intervall in one thick line
- How to parse the data from CSV FILE to arrays so it could be used for a pre-formatted Highchart
- Highstock flags onSeries
- 413 Request Entity Too Large HighCharts
- HighCharts Dynamically add flags
- having issue when updation Highcharts object using highcharts-ng directive
- highcharts round generated y labels in 1024 multiply not 1000
- Pie chat dynamic drilldown(3levels) using highchatjs
- JSON string to Highcharts
- Updating point color with data grouping
- Drilldown multiple levels and multiple type Highchart
- Highcharts symbol not appearing in chart (opacity set to 0, it appears)
- Highcharts stacked bar chart - how to get the stacks values
- How to change the X and Y axis names of Pie chart High Chart?
- Can I change series array completely in highcharts
- Highcharts: How to add a text panel on the side of the chart area
- Highchart bar chart datalabels overlapping issue