-
Updated
May 15, 2020 - Swift
bar-chart
Here are 58 public repositories matching this topic...
Man pages
Hey folk! Just a little feature request for your brilliant tool - Manual pages!
I work offline quite a bit, and whilst jp --help does provide some basic documentation, some full-fledged man pages with examples would be much much appreciated!
Google's docs say to add isHtml: true under tooltip: https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#using-html-tooltips
but that doesn't seem to work with this library
Repro: https://hjwtp.csb.app/
<Chart
options={{
backgroundColor: "#222",
tooltip: {
isHtml: true
}
}}
chartType="GeoChart"
data={[
[
{ t
anychart.charts.Cartesian.print requires paperSize of anychart.graphics.vector.PaperSize
but doc says it must be a string.
Example:
chart.print('A4', true); // error TS2345: Argument of type '"A4"' is not assignable to parameter of type 'PaperSize | undefined'.It seems PaperSize should be
-
Updated
Feb 5, 2018 - Java
-
Updated
May 17, 2020 - Java
-
Updated
May 14, 2020 - Kotlin
-
Updated
Oct 31, 2019 - Elm
-
Updated
Feb 15, 2020 - JavaScript
-
Updated
Jun 24, 2019
-
Updated
Aug 27, 2018 - R
-
Updated
Sep 29, 2018 - HTML
-
Updated
Apr 16, 2020 - Jupyter Notebook
-
Updated
Aug 2, 2018 - JavaScript
-
Updated
Oct 28, 2019 - JavaScript
-
Updated
Aug 5, 2018 - JavaScript
-
Updated
Oct 17, 2018 - Java
-
Updated
May 17, 2018 - JavaScript
-
Updated
Dec 4, 2018 - Java
-
Updated
Mar 16, 2020 - Jupyter Notebook
-
Updated
Apr 4, 2020 - Java
-
Updated
Mar 29, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the bar-chart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bar-chart topic, visit your repo's landing page and select "manage topics."
StackedBarSeries tooltip doesn't show negative value instead it shows label
I'm submitting a...