Skip to content

Commit 7ea6018

Browse files
authored
[gsoc25] Improved GIFs in gsoc-25-netjsongraph.rst
- Update Zoom-labels Gif’s - Update duplicate-node-ids.png - Update Clustering GIF’s
1 parent 295eb36 commit 7ea6018

File tree

8 files changed

+25
-1
lines changed

8 files changed

+25
-1
lines changed

content/blog/gsoc-25-netjsongraph.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,29 @@ maps) and ``showGraphLabelsAtZoom`` (for graphs).
147147
**Map Mode:** The solution uses the Leaflet ``zoomend`` event to
148148
dynamically update the ECharts series.
149149

150-
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-labels.gif
150+
**Before:**
151+
152+
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-labels-map-before.gif
153+
:alt: Zoom-dependent labels in netjsongraph.js map mode before
154+
:align: center
155+
156+
**After:**
157+
158+
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-labels-map.gif
151159
:alt: Zoom-dependent labels in netjsongraph.js map mode
152160
:align: center
153161

154162
**Graph Mode:** The solution uses the ECharts ``graphRoam`` event and a
155163
custom label ``formatter`` function.
156164

165+
**Before:**
166+
167+
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-labels-graph-before.gif
168+
:alt: Zoom-dependent labels in netjsongraph.js graph mode before
169+
:align: center
170+
171+
**After:**
172+
157173
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-lables-graph.gif
158174
:alt: Zoom-dependent labels in netjsongraph.js graph mode
159175
:align: center
@@ -184,6 +200,14 @@ exceeded the value higher than the tile provider's max zoom level.
184200
**The Mechanism & Logic:** I corrected the map's behavior to respect tile
185201
provider limits and added CSS for visual feedback on the zoom controls.
186202

203+
**Before:**
204+
205+
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-levels-before.gif
206+
:alt: Zoom levels in netjsongraph.js before
207+
:align: center
208+
209+
**After:**
210+
187211
.. image:: {static}/images/blog/gsoc25/netjsongraph/zoom-levels.gif
188212
:alt: Zoom levels in netjsongraph.js
189213
:align: center
6.41 MB
Loading
12.1 MB
Loading
13.3 KB
Loading
3.34 MB
Loading
5.04 MB
Loading

content/images/blog/gsoc25/netjsongraph/zoom-labels.gif renamed to content/images/blog/gsoc25/netjsongraph/zoom-labels-map.gif

File renamed without changes.
7.01 MB
Loading

0 commit comments

Comments
 (0)