Search found 10 matches

Go to advanced search

by ganesh87
Thu Mar 23, 2023 6:42 am
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

Thank you for your support. I could not explain actual requirement, please find the detail description. when user click on heat map cell, is it possible to provide inline editing of cells(kind of textbox) and once user enter a value in the cell we should update the heat map. For updating we can use ...
by ganesh87
Tue Mar 21, 2023 1:10 pm
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

Sure, Thank you for your support. 6) Is it possible to edit heatmap cells and feed new value ? I have a requirement to edit highchart map cells. Ex: { x: 3, y: 0, value: 0, }, i want user to edit hightcharts cells inthe heatmap chart Ex: Ex: { x: 3, y: 0, value: 10, },
by ganesh87
Sun Mar 19, 2023 2:25 am
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

5. Could yo please let me know , How do i configure click event only to below columns(where heatmap data exists).
[ "Col 1", "Col 2", "Col 3"],

your Demo: https://jsfiddle.net/BlackLabel/9hb0mre3/
by ganesh87
Fri Mar 17, 2023 6:17 pm
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

4. why my heatmap chart cell colors become dark for series 1( ["MyCategoryCol", "MyGoalsCol", "Custom Col"],), shown default white to skyblue color for series 2. When i hover the cell for series 1 ,cell color became white. Code : setcolor(chartOptions: Options){ debugge...
by ganesh87
Fri Mar 17, 2023 6:05 pm
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

Thank you for your help. we are not using angular wrppaer, we are using highchart.js. I am creating highchart instance using this._highChart = new Highcharts.Chart(this.chartOptions); / i have added xaxis property using below syntax. this.chartOptions.xAxis = { categories : ['Apple','Orange','Mango'...
by ganesh87
Thu Mar 16, 2023 6:09 pm
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

Thank you so much. 1) How do i add click event to each cell and the get the data from cell context ex: custom: whatever? I tried below no event fired. plotOptions: { series: { events: { click: function (event) { alert('event!'+event); console.log(event); } } } }, 2) How do i configure each cell widt...
by ganesh87
Thu Mar 16, 2023 11:30 am
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

question 3: Is it possible to store some context information in heatmap cell. because i want to do some backend call to fetch data based on that particular cell.
by ganesh87
Thu Mar 16, 2023 11:10 am
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

Thankyou very much for the sample page. It helped me lot. https://jsfiddle.net/BlackLabel/bzx871c2/ My requirement is i want to show m*n table left side of Heatmap (m*n matrix). As per you page. heat map is having m=3, n=3. Left side table m*n table and right side heat map chart m*n matrix should al...
by ganesh87
Thu Mar 09, 2023 1:54 pm
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Re: Hgh chart feasibility

1st category values: Category 1, Category 2, Category 3
2nd category values: Goals A, Goals B, Goals C
column names: Col1, Col2,Col3
by ganesh87
Thu Mar 09, 2023 6:30 am
Forum: Highcharts Usage
Topic: Hgh chart feasibility
Replies: 15
Views: 565
 
Jump to post

Hgh chart feasibility

I would to use high chart for showing 2 dimentional array. Table can have 1or more categories, and 1 or more columns. 1 category with 3 columns example Col1 Col2 Col 3 Category 1 1 2 3 Category 2 3 4 5 Category 6 7 8 2 categories with 3 columns example Col1 Col2 Col 3 Category 1 Goals A 1 2 3 Catego...

Go to advanced search