The Wayback Machine - https://web.archive.org/web/20200617160529/https://github.com/topics/highcharts
Skip to content
#

highcharts

Here are 488 public repositories matching this topic...

Valerio81
Valerio81 commented Jan 23, 2020

Your Environment

  • Version of highcharts-ng used: v1.2.2-dev
  • Browser Name and version: IE 11.592.18362.0
  • Operating System and version (desktop or mobile): Windows 10

Hi,
I've found a problem with IE11. When multiple charts was rendered, IE11 throw some "out of stack space" errors.

This is

AndreasHald
AndreasHald commented Dec 14, 2017

In the npm guide for creating your first chart, the following line " ChartModule.forRoot(require('highcharts')" is used, but this line is missing the escape ')' closing out the forRoot.

Can be confusing for newcomers.

marcoaurelioneto
marcoaurelioneto commented Jul 10, 2018

package.json

{
"name": "SunnyWeather",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-highcharts": "^1.0.2"
},
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-

📈📊☕️☕️☕️An elegant and friendly data visualization chart framework for Android . Extremely powerful ,supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
  • Updated Jun 13, 2020
  • Java
fallenreaper
fallenreaper commented Jan 31, 2020

I installed highcharts and angular-highcharts with versions 8.0.0 and 8.0.3 respectively.

When i created a sample component as described:

@Component(
  selector: "app-chart",
  template: "<div [chart]="chart"></div>"
)
class ChartComponent implements OnInit {
  chart: Chart;
  constructor(){
    this.chart =  new Chart({
      chart: {
        type: 'line'
      },
      titl

📈📊An elegant and friendly data visualization chart framework for Android . Extremely powerful ,supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
  • Updated May 22, 2020
  • Kotlin
unknown-githubber
unknown-githubber commented Aug 16, 2017

Expected behaviour

When I export a chart in XLS format, the file should be opened without any error

Actual behaviour

When I open the XLS file, I get an error saying that the file has a different format than the extension specified by the file. This error DOESN'T happen when I export the file in CSV format.
[![1](https://user-images.githubusercontent.com/31068984/2936405

Improve this page

Add a description, image, and links to the highcharts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the highcharts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.