-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Latest Pull : DeriveQuery - does not show tag value in legend on histogram #357
Comments
haha make up your mind. :) |
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Mar 3, 2016
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
Modify script to produce documentation for field names (for Lua docs)
w33ble
pushed a commit
to w33ble/kibana
that referenced
this issue
Sep 13, 2018
* Refactored render_element * Refactored render_element. Need to fix componentDidUpdate * Refactored render_element. Fixed resetRenderTarget. * Fixed resetRenderTarget. * Added comment to render-to-dom * chore: post about cafe canvas cross-link to the elastic blog * Refactored arg_form. Created arg_template_form. * Refactored datacolumn arg type * Added workpad selector to arg_form * Refactored color_picker to no longer access the redux state. Created workpad_color_picker which still uses state Refactored font arg_type. * example workpads * example workpads image * example workpads + python script zip file * chore: publish exmaple workpads blog post * Added isReact prop to arg_type to indicate the arg type is a react component. * Fixed workpadcolorpicker export and import into color_picker_mini * Bug Fix: Changed PropType for value in NumberArgInput from string to number * Removed unused proptype in arg_template_form and done function from handlers * Removed getArgumentProps function and moved logic * Removed unused prop labels from font extended template * moved error rendering to arg_template_form. Fixed logic for expandable label * Removed isReact prop * Refactored arg_types * Created lib function to turn a template into a react component * Moved exp type handlers into common/lib * Fixed error handling for errors thrown in arg templates * Added promise to renderError * Datacolumn returns null when mathValue is invalid * Removed error handler from expression_form_handlers * Extracted colors from workpad in arg_types that have ColorPickerMini as a child component
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would have expected, based on previous versions, that if we split a query by a field using the derivequery, that the colored legend entries would show the values of the split-by field. This seems to be showing the legend as a number. Maybe the total count of events per split-by field?
The text was updated successfully, but these errors were encountered: