Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pinchy created an issue. See original summary.

pinch'’s picture

pinch'’s picture

Issue summary: View changes
pinch'’s picture

Issue summary: View changes
pinch'’s picture

Status: Active » Needs review
FileSize
4.19 KB
pinch'’s picture

Issue summary: View changes
FileSize
4.18 KB

Change order in form :
"Chart dimension" just before "Dimensions"

pinch'’s picture

Issue summary: View changes
andileco’s picture

Status: Needs review » Needs work

Thanks, @pinchy! Would you mind re-rolling for the latest -dev, making sure the new Charts Blocks plugin receives your update? Also, would you have any interest in looking into Highcharts and seeing how this would work for that library as well?

https://www.highcharts.com/demo

Thanks!

pinch'’s picture

FileSize
6.58 KB

I have done the modification and update block plugin to be ok with Google 3D option.

For Highcharts, maybe later, there are more options for 3D configuration and it's depending chart's type :
3D Pie :

options3d: {
  enabled: true,
  alpha: 45,
  beta: 0
}

3D Column :

options3d: {
  enabled: true,
  alpha: 15,
  beta: 15,
  viewDistance: 25,
  depth: 40
}
pinch'’s picture

adding chart block example

  • andileco committed 016a57b on 8.x-3.x
    Issue #2942129 by pinchy: Adding "is3D" option for 3D Google Charts...
andileco’s picture

OK, I slightly changed the way this is implemented, but it should be in place and working now.

andileco’s picture

Title: Adding "is3D" option for 3D Google Charts integration » Adding three-dimensional options
Category: Bug report » Feature request

Leaving this open for adding Highcharts 3D options

  • andileco committed ee34bb2 on 8.x-3.x
    Issue #2942129 by andileco: Adding three-dimensional options
    

  • andileco committed 1e4df32 on 8.x-3.x authored by pinch'
    Issue #2942129 by pinch', andileco: Adding three-dimensional options
    

  • andileco committed 4439c9c on 8.x-3.x authored by pinch'
    Issue #2942129 by pinch', andileco: Adding three-dimensional options
    
andileco’s picture

Status: Needs work » Fixed
andileco’s picture

Status: Fixed » Closed (fixed)