Is there anyway to convert from one visualization type to another visualization type - say from Area Chart to Line chart ?
And also, how could i create a duplicate of a visualization ?
Yes you can very well convert Area chart to Line chart using the same index pattern. Plz follow this tutorial here: https://www.elastic.co/guide/en/kibana/current/tutorial-visualizing.html
You can create a duplicate of a visualization . I just did a quick test on 7.6 version
- i exported a visualization
- i opened the export file, i removed the id (it will get auto generated) and i changed the name
- saved the file and imported it
everything works as expected.
can you check your index pattern and see if the source.keyword field is there at all ?
are you exporting a visualization created with current version of kibana
thanks
Rashmi
Yes you can very well convert Area chart to Line chart using the same index pattern. Plz follow this tutorial here: https://www.elastic.co/guide/en/kibana/current/tutorial-visualizing.html
Can you paste the specific text that mentions that . I didnt seem to find any thing relevant in that page https://www.elastic.co/guide/en/kibana/current/tutorial-visualizing.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.