-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Negative Y-axis handling (bar/line/area) #1962
Labels
blocker
bug
Fixes for quality problems that affect the customer experience
Feature:Vislib
Vislib chart implementation
high hanging fruit
PR sent
Milestone
Comments
rashidkpc
added
bug
Fixes for quality problems that affect the customer experience
Feature:Vislib
Vislib chart implementation
labels
Nov 18, 2014
rashidkpc
added
Feature:Vislib
Vislib chart implementation
and removed
Feature:Vislib
Vislib chart implementation
labels
Dec 17, 2014
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 13, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 13, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 14, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 15, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 16, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 16, 2015
… into fix/elastic#1962 Conflicts: src/kibana/components/vislib/visualizations/column_chart.js
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 16, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 19, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 19, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 19, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 20, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 20, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 20, 2015
jthomassie
pushed a commit
to stormpython/kibana
that referenced
this issue
Jan 20, 2015
into fix/elastic#1962 Conflicts: src/kibana/components/vislib/vis.js
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 20, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 21, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 21, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 22, 2015
UI to apply data extents
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 22, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 22, 2015
abh1nav
added a commit
to crowdriff/kibana
that referenced
this issue
Jan 23, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Jan 27, 2015
jthomassie
pushed a commit
to jthomassie/kibana
that referenced
this issue
Jan 29, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 2, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 2, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 3, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 3, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 4, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 4, 2015
Conflicts: src/kibana/components/vislib/lib/data.js
w33ble
added a commit
to w33ble/kibana
that referenced
this issue
Feb 5, 2015
Conflicts: src/kibana/components/vislib/lib/data.js
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Feb 5, 2015
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Feb 5, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 5, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 5, 2015
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Feb 5, 2015
spalger
pushed a commit
that referenced
this issue
Feb 5, 2015
Add Negative Axes to Line, Bar, and Area Charts/Fix Pie Issues with 0 values
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocker
bug
Fixes for quality problems that affect the customer experience
Feature:Vislib
Vislib chart implementation
high hanging fruit
PR sent
Currently negative number handling in the bar, line and area charts is not functional. While having only negative numbers sometimes works, a mix of positive and negative will always fail in interesting ways:
Plus side, negative x-axis does seem to work, though not when paired with negative y-axis ticks:
The text was updated successfully, but these errors were encountered: