Though I have quite a bit of experience with Clojure, but I'm *very* new to 
Clojurescript and to all of the tools mentioned below except (sort of) d3.js.

I have a little experimental app using reagent with figwheel.  I'm using NVD3, 
a d3.js chart library, to create an SVG chart.  I finally got the chart to 
appear, but only temporarily.

First, let me note that there is a little green and blue "cljs" circle that 
appears, temporarily, when figwheel reloads the code.  This is an SVG object 
that, I assume, is generated by figwheel to notify the programmer that the code 
has reloaded.

My SVG chart seems to appear at the same time that the figwheel notification 
circle appears, and they both disappear at the same time.  The SVG objects 
persist, though, and the objects inside the notification SVG object persist.  
(I have never seen anything inside the SVG object that NVD3 uses, although it 
temporarily adds a class attribute "nvd3-svg" while the chart is displayed.)

It's as if figwheel is hiding the notification icon by hiding all SVG objects.

Does this sound familiar?  Any ideas about what I should investigate?

(In case it's relevant, I always get this message in the console:
'figwheel-no-load meta-data: ("../re_linkage/dev.js")' .)

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to