Working on a project involving the creation of a line chart using D3.js library and AngularJS within an Ionic framework. I am looking to customize the color of data points based on the Y-axis values. For example, if the value falls between 0-30, I want the data point to be displayed in green; for values between 31-40, yellow; and for values between 41-60, red. This is my first time working with D3 and I will be dynamically fetching data from a back-end JSON file. The back-end includes a parameter 'e' that ranges from 0 to 3 depending on the Y-axis data value, which determines the color code at the front-end. The 'e' parameter varies depending on different scenarios related to the Y axis, such as Sales or Tax. For instance, in the context of sales, a value of 0 represents 110-150, whereas for Tax, it signifies 50-90. Seeking assistance from anyone familiar with this process. View the expected line chart image.