Skip to content
#

charts

Here are 1,244 public repositories matching this topic...

consideRatio
consideRatio commented Mar 25, 2020

I'd love to gain clarity on the flags --cleanup-on-fail, --atomic, and --force in helm3 upgrade. What is it that they do if used by themselves, and will this change if they are used together with another flag?

      --atomic                   if set, upgrade process rolls back changes made in case of failed upgrade. The --wait flag will be set automatically if --atomic is used
   
rektdeckard
rektdeckard commented Jan 18, 2020

Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.

Ideal

fnlearner
fnlearner commented Apr 10, 2020
  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

view the diagram in mobile or chorme opening devtool and click the icon of toggling

christabor
christabor commented May 10, 2017

What likely needs to happen:

  1. Docs moved inside of package (OR linked via setuptools)
  2. Docs read and imported via python
  3. Docs then parsed and available on a per-widget basis.

The ultimate goal of the above is so that there is never any disconnect between docs and UI. It should always stay in sync.

vega-lite
jkyeung
jkyeung commented Apr 7, 2020

This is motivated by the weirdness that is Excel's "center across selection". After playing around with Excel for a bit, I now understand how this works. And it makes complete sense that it is achieved in XlsxWriter the way it is.

However, I think it would be nice to have an additional worksheet method which makes it easier. I was thinking format_range, which would be somewhat like `merge_ran

maettu-this
maettu-this commented Feb 7, 2020

Improvement description related to the Text property

The Text property is of no use. Inheriting from UserControl instead of Control would fix this, i.e. hide it. Alternatively:

[Bindable(false)]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[EditorBrowsable(Edi
fl_chart
shamilovtim
shamilovtim commented Apr 30, 2020

When letting the chart handle maxes and mins by itself, it lets the curve pass the borders by a few pixels. This might be because of a combination of a thick line and a small border. The chart should understand the thickness of different things and not send them past the border. My suggestion would be at least a pixel or two of white space minimum between the edge of a line and a border. Lines sho

jmceara
jmceara commented Nov 15, 2019

Expected Behavior

Automatic link of library should work.

Actual Behavior

Getting compiler warning and need manual 'link'
`error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:

  • react-native-charts-wrapper (to unlink run: "react-native unlink react-native-charts-wrapper")
    This is likely happening when upgrading React Nativ
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

Improve this page

Add a description, image, and links to the charts 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 charts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.