ivelascog / TimeSearcherPlus

MIT License
2 stars 1 forks source link

Try to automatically parse the data in X and Y attributes #33

Open ivelascog opened 7 months ago

ivelascog commented 7 months ago

The d3.autoType option does not seem to be appropriate since it is designed to transform objects of the type:

{
 key1: "98",
 key2: "01/12/1997"
}

Also, if any of the values of the object is not a string it causes an error.