Skip to content
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

Visualization issue #8

Open
m-zanchi opened this issue Apr 8, 2020 · 2 comments
Open

Visualization issue #8

m-zanchi opened this issue Apr 8, 2020 · 2 comments

Comments

@m-zanchi
Copy link

m-zanchi commented Apr 8, 2020

Hi!

I'm using the visualization with 24 axis and everything works almost fine. In full screen visualization the bottom side of the canvas cuts out the label of the axes. The overall panel bigger than the screen and become impossible to have it clearly in the middle of the screen,
spider

@sghaskell
Copy link
Owner

Hi @m-zanchi . Thanks for reporting. Are you able to share a CSV file that I can use as an inputlookup to test this out?

Can you also share the following:

  • Browser and version
  • OS
  • Splunk version

Thanks!

@m-zanchi
Copy link
Author

m-zanchi commented Apr 9, 2020

Hi!

I'm using Splunk Enterprise Version: 7.3.2 & Chrome on Windows 10.
I was able to make the canvas larger with CSS in the page:

<row depends="$alwaysHideCSSPanel$"> <panel> <html> <style> .shared-reportvisualizer.ui-resizable { height: $SIZE$px !important; } .custom-radar-chart-viz.radar_chart{ height: $SIZE$px !important; } .shared-reportvisualizer svg { height: $SIZE$px; } </style> </html> </panel> </row>

But the SVG of the graphs is still too big, acually is bigger than the screen so it's impossibile to see it in one single shot and for example grab an image screenshot.

Also see attached the CSV

spider.zip

Thanks

Matteo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants