score:0
Accepted answer
the problem is solved. the online server was a free server which is embedding a javascript enclosed by html tags at the end of each page. that was creating problem calling the expected correct json string.
score:1
doesn't the url need to be a string?
d3.json("d3/section1/section1.php", function(data) {...
Source: stackoverflow.com
Related Query
- getting json data with d3.json() from php not working
- I can not get php produced json data with d3.json
- Reading json data from a file in d3.js not working
- d3.js not reading my JSON data from PHP file
- getting data for d3.js from mysql with php
- d3 issue with getting data out of a table created from a variable (works in D3.js v3.5.5 but not in v4.2.2)
- Passing JSON data from server to client with Flask
- Getting data from JSON for D3.js
- d3 with bootstrap tooltip: titles not working with data updating
- Data filter works with json data but not with csv data
- Projection in D3 v5 not working with coordinates data
- Getting graph attributes from JSON file with d3.js
- get data from external json with react and d3
- d3.js tweening text animation not working after selectAll with data
- Javascript d3 pie chart doesn't pull data from JSON file with list of dictionaries
- d3 arc creation not working with data binding
- Replacing fixed json variable with a json value returned from a php file
- getting json data from localhost to use in D3
- how to convert data selected from a postgres database to json or csv to use it with d3js lib?
- Update chart with new data not working
- d3 bar chart labels not getting updated on updating the chart with the new data
- d3.js forcelayout not showing up with data from python on flask
- How to use attr fill with scalesqrt using data from another json file?
- How to modify tags of an already existing svg object with data from json file
- Problems making radial gradient in arcs using javascript, d3 with data from json file
- D3 realtime graphing: slide from right&shift data as data length exceeds limit transition is not working
- Feeding data into database with Php form and using that data into JSON format to be used in D3
- data not bind from json for d3 chart
- D3 Charts, How to iterate through Json data NOT from file?
- Line chart not displaying from JSON Data
More Query from same tag
- change vertex side of d3 network diagram in d3network package?
- Learning To Create Transition In D3.js Getting Error Svg Height & Y Is NAN
- D3.js Grouped bar chart with JSON data
- D3 force-directed graph: update node position
- How to augment d3-selection module in TypeScript?
- Moving connected rectangles in d3js
- Error parsing d3 line chart 2d data
- Custom context menu in d3 and svg
- how to properly type zoom on d3 svg with typescript?
- Javascript D3 - put results into a DIV
- Multiple paths with d3.js and google maps API
- Stack Bar chart D3 without Time property
- d3 time scale x axis with unix timestamp
- Changing CSV data source based on input range
- Link to generated download file from SVG
- D3.js canvas context fill wrong
- d3 retrieve and add to current selection's attribute value
- How to prevent a SVG marker (arrow head) to inherit path's stroke width?
- in d3js how can I filter data by clicking on stack bar
- How can I reverse the direction of arrow shown in this jsfiddle http://jsfiddle.net/5qaL886d/1/
- Customize stroke width of land
- d3 change and update axis domain scatterplot
- NVD3 noData text color change
- How to update D3.js bubble chart with real-time JSON data?
- D3 Categorical Area Chart - Scale Issue
- D3: Loading multiple csv data files in a folder
- D3 force directed layout: bounding box
- How would I be able to convert table structured data to a dict/graph structure in python/pandas, to be used for force graphs in D3?
- Focus+context based zoom for multiple graphs in the same page
- d3 Nested Selections - Table Appending Works in d3.v2 but not in d3.v3