- or
27 results found
-
Inverted html table
We have the option to invert a chart's columns and rows, by setting chart.inverted to true. However, this does not seem to effect the html table (exporting.showTable). Nor is it possible to only invert the html table and leave the chart intact.
TLDR: An option to invert the rows and columns of an html table.
9 votes -
Add a built in table parser
A built in table parser would allow that the data be defined in a table in the HTML page. If JavaScript is disabled in the browser, the table will still show.
23 votesCompleted, see http://api.highcharts.com/highcharts#data.table
-
table chart in drilldown levels
when i click the bar it goes to second level in second level i have to shown a table chart
6 votes -
Gantt: Make Table View on Y-axis Horizontally Scrollable
When generating a table with multiple columns on Y-axis together with gantt chart, the table view on the left side will push the gantt chart all the way to the right side.
It would make sense if there is a posibility where we can set the table view with a fixed width, and make the table view scrollable in horizontal.
Here is the demo which explains the situation I am facing:
https://jsfiddle.net/hwdqavb1/6 votes -
Table output (instead of a chart)
It would be wonderful if data could be displayed in the form of a simple data grid table (just rows + columns, with headers and some HTML formatting, maybe). A "text" chart type, so to speak.
(background: we use Highcharts to display a variety of data online. some of the data, however, would be much more readable when displayed as a simple data table instead of a chart; but for the sake of consistency, we would prefer to use Highcharts for all data displays (rather that using plain HTML for tabular data). Also, the user should be able to download…
4 votes2018-09-06:
Okay here’s an experiment where we move the whole table inside the chart, also enabling export: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/studies/exporting-table-html/2018-09-05:
We don’t support this directly, but it is possible to hide all elements of the chart and preserve the table: http://jsfiddle.net/highcharts/g1qx35nw/1/Now the export menu doesn’t work though…
-
Resize columns and drag&drop feature in the gantt charts table
In most gantt charts, the ability to resize and drag in addition to the chart for the gantt charts table has also been implemented.
This means we can change the size of the table columns
We can also move the table rows with tasks1 vote -
fourfold table
to analyse product sales (dogs/stars) etc.
1 vote -
Summary Tables
Add support for adding simple data tables inside or outside of a chart. This would be similar to a legend, but contains custom data sets. Currently we use the Highcharts Renderer to render a background rectangle based on the matching chart options and draw the table the same way the legend is drawn outside of the table. It would be nice if there was the option for that datatable to exist under the chart/overlayed on the chart or completely separate from the chart.
53 votes2019-03-04
Added a study for integration with Handsontable, a third party grid component: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/studies/summary-table-handsontable/2017-09-11
The data table is now a feature of the data-export module. See http://jsfiddle.net/highcharts/VEs7z/3/. Notice how it updates as the chart is updated (for example by showing/hiding series).
2014Here’s a proof of concept of how you can draw a table programmatically: http://jsfiddle.net/highcharts/VEs7z/
-
11 votes
-
data module for database tables
data module was a great addition. have been using that pretty much everytime i can covert my data to csv.
but having database module to load data from one table would be just awesome.
116 votesMaking backends for data bases is complex, as it covers a wide range of different databases and languages. A project like this would have to start with only a few of the most popular backends. We are currently considering a “connectivity” project that will do some of this.
-
"Highmap" - Represent data structures like Array, Tree, Hash table etc. Mindmap.
Interactive with easy collapse/expand.
8 votes -
Support ARIA and accessibility options
Please add support for ARIA type=Image.
Option to create an HTML table that contains the data shown in chart. For example on your http://www.highcharts.com/demo/line-labels Line with label chart the table might be set up as follows:thead
tr th Month /th th Tokyo /th th London /th /tr
/thead
tbody
tr th scope=row January /th td 7 /td td 3.9 /td /tr
...
...
/tbodyThis would allow us to use the product on sites that require compliance with ADA Section 508.
85 votesImplemented in Highcharts 5, see http://www.highcharts.com/docs/chart-concepts/accessibility
-
Multiple collpasible treegrid - Gantt yAxis
I bumped to this question https://www.highcharts.com/forum/viewtopic.php?t=42309 and also this linked question https://stackoverflow.com/questions/56153029/higcharts-gantt-chart-with-table-and-sub-tasks. Got me wondering why this is not posted yet. Is this possible?
41 votes -
Add Custom Data to View DataTable
Add the ability to add custom data to view data table.
Specifically add custom mean/mid/mode value from dumbbell chart to view data table .2 votes -
Pivot Tables
I know this isn't a chart but it is related to visualizing your data. Could you make a Pivot chart? You would be able to Drill up or down along a drill path, change Side labels to Top labels, focus on particular values in side and top labels, use javascript to define each fact item and you could even link that data to another Highchart to visualize it. As one changes, the other changes.
88 votes -
Allow HTML tables to have formatted numbers in Data.js
An HTML table that has dollar signs and commas does not work with Data.js. Support can be added like this:
Original code:
.innerHTML;replace with this code:
.innerHTML.replace(/[$,]/g, "");1 vote -
Editable line and spline charts with data transmission via AJAX
We need a chart to interactivilly fill a table row from a dynamically line or spline chart. Each change of the vertical movable points should fire an action to an configurable Script via AJAX.
4 votes -
Attractive, interactive tables
Similar to something like DataTables; styling, sorting, searching, pagination, etc.
Since charts and tables go together on a page almost all of the time in my experience, it would be so nice and logical not to have to use two separate systems to build a single, polished page, in which the visual data is presented fully ready for end users.
Looking forward, hopefully, to this coming out. :)
6 votes -
Cursor X Value and Event
Using a cursor line following the mouse, not points, would be very useful know current cursor value (X axis value) to allow us to interpolate Y values and a way to set a JS method that will be fired on cursor move.
Is very common a table with the columns (Timestamp and Value), but in some analisys, is very useful "see" the value between 2 points. The value between this 2 points doesn't exist on dataset, but can be interpolated. With the current X value of cursor and a event will allow us to develop a JS interpolation method.15 votes -
do demo: ajax/json data from tables.googlelabs.com
tables.googlelabs.com has many tables with interesting data. If you could build charts from this data it would be pretty useful.
7 votesThat’s a great idea. Will have a look at it.
- Don't see your idea?