开发者 | rockscience |
---|---|
更新时间 | 2025年9月23日 20:32 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/chart-viewer/
directory[rs_enc_chart]
shortcode in your posts or pagesUse [rs_enc_chart lat="41.5" lng="-71.4" zoom="12"]
to display a chart centered at the specified coordinates.
Available attributes:
lat
- Latitude in decimal degrees (default from settings)lng
- Longitude in decimal degrees (default from settings)zoom
- Zoom level 6-16 (default: 13)height
- Chart height (default: 400px)show_center_mark
- Show center crosshair (default: true)show_enhanced_status
- Show coordinate display (default: true)show_range_rings
- Show distance rings (default: true)Mouse wheel zoom is focus-aware to prevent accidental zooming while scrolling the page. Click on any chart to focus it (blue outline appears), then use mouse wheel to zoom. Click outside the chart to remove focus and disable wheel zoom.
Yes, go to Settings > Chart Settings to set default coordinates for new charts.