chart-tool icon indicating copy to clipboard operation
chart-tool copied to clipboard

A responsive charting application

Results 104 chart-tool issues
Sort by recently updated
recently updated
newest added

Add a health check endpoint (JSON?) that also tests the database.

enhancement

I'm having this issue: ![image](https://user-images.githubusercontent.com/978462/83557725-bd5af480-a4d7-11ea-85a6-e1dc1d93eee2.png) I had the same issue with the older version, but just installed to 1.4.2 and same issue. It leads to console errors anywhere I embed...

That way, they can use browser behaviour to open them in a new window, etc.

enhancement

If you fork a chart, assuming the chart has a tag, the tag label won't show up in the "Tags" dropdown field (until you re-add it). Must be because the...

bug

Deploying Chart Tool has always been a pain. Let's bake it into a Docker container.

feature

I had some data like this: ``` Category,Thing one,Thing two Apple,12,24 Banana,10,9 Orange,1,6 ``` And wanted to have `Thing one` display as `"Thing" one` in the legend, so I changed...

bug

In some edge cases, looks like the min/max checking logs an error when none exists. In my chart with this data: ``` Date,Price 10-24-2018,14.5 10-25-2018,14.49 10-26-2018,14.53 10-29-2018,14.54 10-30-2018,14.25 10-31-2018,14.32 11-1-2018,14.32...

bug

No idea why this is happening. Seems to only happen with "range" type annotations, though, so perhaps related to ranges allowing for direct entry of values?

bug

A "Remove all annotations" button, but for just one particular annotation type (text, pointer, etc.) at a time.

enhancement