Is there anyway to select, drag and highlight a specific area on an area/line chart? I have a chart plotted with a series. I want to allow the user to left-click and drag an area on that chart and just return the select categoryAxis values (i.e. from/to). Is this possible?
Related
I have a JavaFX Stack Pane that contains three objects: a Button, a BarChart<String, ? extends Number>, and a ComboBox. The data displayed in the chart is dependent on the current selection of the ComboBox. On the event that another option is selected in the ComboBox, I would like to reload the chart's data and automatically display the updated chart. Is there an easy way to replace/update the chart that is in my Stack Pane with the new chart?
How am i going to create a dropdown that displays different content depending on the selected item? For example, there are 3 items on a dropdown namely Chart1, Chart2 and Chart3. When i choose Chart1 it should display a Pie Chart. When i choose Chart2 it should display a Bar Grap. When i choose Chart3 it should display a Line Graph. Is that even possible to do? Thank you.
I assume you already have a way to create your charts?
If not there are plenty of 3rd party options out there for charting.
To have the three separate views in the one page as you are trying to do
all you would need to do is create three separate ContentView with your three different charts. Use a RelativeLayout or an AbsoluteLayout to lay the three ContentView over the top of each other.
I'll assume you are using a Picker control as your drop down.
if so then just use the picker.SelectedIndexChanged event to change the visibility of each of the chart ContentView according to which option was selected
When i select a single bar in the range chart below i need to represent it somehow in the linechart above it, currently the line chart shows nothing... any ideas?
chart.jpg
I create a vertical bar chart whose metrics is Y-Axis about Max response_time, and buckets is X-Axis about #timestamp.
How can I find the corresponding raw record for one vertical bar? Or can I show other relative info about that bar record in the chart at the same time?
If you want to show raw record after clicking on a specific timestamp bar, you can do it in following way:-
Click on the timestamp bar on X-Axis. Just below your searchbar the filter will be applied showing in an oval shape. Now you can pin the filter in 2 ways:-
1.By clicking on Actions beside the applied filter & selecting Pin.
OR
Hovering over the filter and selecting 2nd option from the left.
Then go to Discover Page from the same window wherein you will see raw data matching to the filter applied.
I have a very simple question but unfortunately I could not find anything related to my problem.
I just want to know how can I add an x-axis or y-axis label in live editor of amcharts? By default, only y-axis is shown with live editor of a chart. I tried to use 'Value axes' from the menu on the left but the created label was overlapped with the existing y-axis label rather than appear on the x-axis. Also, I could not change the position of axis label through the 'Position' property of 'Value axes'.
Please help.
Mushi
For x axis - select "CategoryAxis" and enter "title" in "General Settings". Similar with value axis - select your value axis in the menu and enter title in general settings.