• Anyone able to suggest a way to create spider/radar charts from user input?

    I need the charts to be based of user submissions, not hard coded values. I’ve tried a few form tools but they aren’t really meeting the requirements

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am trying to accomplish the same task, were you able to find a solution? Thanks.

    Thread Starter mobcdi

    (@mobcdi)

    I wasn’t able to do it fully in wordpress but the requirements changed so I actually didn’t have to. In the end I went with a solution of javascript and session storage https://en.wikipedia.org/wiki/Web_storage#Local_and_session_storage

    It was via an articulate storyline2 publication so there was javascript in 1 of the slide actions to set session storage variables sessionStorage.setItem(key,value) and later on in the publication I read those session storage back via an embedded html page which used ChartJS https://www.chartjs.org/ to visualise the values

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spider Chart based on user input’ is closed to new replies.